Vcl.ActnColorMaps.TThemedColorMap.BtnSelectedColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnSelectedColor: TColor read FBtnSelectedColor write FBtnSelectedColor default -16777187;

C++

__property BtnSelectedColor = {default=-16777187};

Properties

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

Description

Specifies the color of a button in its selected state.

Vcl.ActnColorMaps.TThemedColorMap.BtnSelectedColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedColor.

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