Vcl.ActnMan.TCustomActionBar.ColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorMap: TCustomActionBarColorMap read GetColorMap write SetColorMap;

C++

__property TCustomActionBarColorMap* ColorMap = {read=GetColorMap, write=SetColorMap};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Indicates the colormap for individual action band components.

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.

See Also