Vcl.ActnMan.TCustomActionBarColorMap.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write SetColor;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=SetColor, nodefault};

Properties

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

Description

Specifies the background color for action bands.

The Color property determines the background color. You can set Color to one of the constants defined in the Graphics unit (such as clBlue), or to an explicit RGB integer value.

See Also