Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnSelectedColor: TColor read FBtnSelectedColor write FBtnSelectedColor;

C++

__property System::Uitypes::TColor BtnSelectedColor = {read=FBtnSelectedColor, write=FBtnSelectedColor, nodefault};

Properties

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

Description

Specifies the color of a button in its selected state.

Use the BtnSelectedColor property to read or change the button color when the button is selected.

Use the Object Inspector for color maps to change the default settings and customize the look and feel of your applications.

See Also