Vcl.Ribbon.TRibbonLunaColorMap.BtnSelectedFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnSelectedFont: TColor read FBtnSelectedFont write FBtnSelectedFont default 7214336;

C++

__property BtnSelectedFont = {default=7214336};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonLunaColorMap

Description


Specifies the caption font for the selected button.

Vcl.Ribbon.TRibbonLunaColorMap.BtnSelectedFont inherits from Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedFont. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.BtnSelectedFont.

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