Vcl.ActnMan.TActionClient.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write SetColor default clDefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

Description

Specifies the background color for TClientAction when it is rendered on a action band.

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.