Vcl.Ribbon.TCustomRibbonColorMap.InactiveTabFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InactiveTabFontColor: TColor read FInactiveTabFontColor write FInactiveTabFontColor;

C++

__property System::Uitypes::TColor InactiveTabFontColor = {read=FInactiveTabFontColor, write=FInactiveTabFontColor, nodefault};

Properties

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

Description

Specifies the font color of an inactive ribbon tab.

See Also