RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionToolBar.ColorMap Property

Indicates the colormap for individual action band components.

Pascal
property ColorMap: TCustomActionBarColorMap;
C++
__property TCustomActionBarColorMap ColorMap;

Use the ColorMap property to change the default colormap for individual action band components. By default, the ColorMap property is set according to the first registered TActionBarStyleEx class. Otherwise, if the action band is linked to an action manager, the property defaults to the ColorMap as specified by the Style property of the action manager.

Note: To centrally set or change the default look and feel of all action band components, use ActionManager's Style property. To centrally control the colors used by all action bands within an application, connect the action bands to a single colormap component.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!