Vcl.Ribbon.TCustomRibbonColorMap.ActiveTabFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveTabFontColor: TColor read FActiveTabFontColor write FActiveTabFontColor;

C++

__property System::Uitypes::TColor ActiveTabFontColor = {read=FActiveTabFontColor, write=FActiveTabFontColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonColorMap

Description

ActiveTabFontColor specifies the font color of the active tab.

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

See Also