Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnSelectedFont: TColor read FBtnSelectedFont write FBtnSelectedFont;

C++

__property System::Uitypes::TColor BtnSelectedFont = {read=FBtnSelectedFont, write=FBtnSelectedFont, nodefault};

Properties

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

Description

Specifies the caption font for the selected button.

Use the BtnSelectedFont property to read or change the caption font 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