API:Vcl.ActnColorMaps.TXPColorMap.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write SetColor default -16777201;

C++

__property Color = {default=-16777201};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps TXPColorMap

Description

Specifies the background color for action bands.

Vcl.ActnColorMaps.TXPColorMap.Color inherits from Vcl.ActnMan.TCustomActionBarColorMap.Color. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.Color.

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