Vcl.ActnCtrls.TActionToolBar.ColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorMap: TCustomActionBarColorMap read GetColorMap write SetColorMap;

C++

__property ColorMap;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Indicates the colormap for individual action band components.

Vcl.ActnCtrls.TActionToolBar.ColorMap inherits from Vcl.ActnMan.TCustomActionBar.ColorMap. All content below this line refers to Vcl.ActnMan.TCustomActionBar.ColorMap.

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