Vcl.ActnMan.TCustomActionBarColorMap

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionBarColorMap

Delphi

TCustomActionBarColorMap = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomActionBarColorMap : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TCustomActionBarColorMap is the base class for the action band colormaps that controls the color of the action band and the items that appear on it.

TCustomActionBarColorMap provides the properties, methods, and events for colormaps, such as StandardColorMap and XPColorMap. Use Object Inspector for the respective colormaps to change the default settings and customize the look and feel of your applications.

See Also