API:Vcl.Ribbon.TRibbonSilverColorMap.ActiveTabFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveTabFontColor: TColor read FActiveTabFontColor write FActiveTabFontColor default 6050636;

C++

__property ActiveTabFontColor = {default=6050636};

Properties

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

Description

ActiveTabFontColor specifies the font color of the active tab.

Vcl.Ribbon.TRibbonSilverColorMap.ActiveTabFontColor inherits from Vcl.Ribbon.TCustomRibbonColorMap.ActiveTabFontColor. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.ActiveTabFontColor.

ActiveTabFontColor specifies the font color of the active tab.

Use ActiveTabFontColor to specify or change the font color of the active tab.

See Also