Vcl.Ribbon.TRibbonLunaColorMap.InactiveTabFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InactiveTabFontColor: TColor read FInactiveTabFontColor write FInactiveTabFontColor default 7214336;

C++

__property InactiveTabFontColor = {default=7214336};

Properties

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

Description

Specifies the font color of an inactive ribbon tab.

Vcl.Ribbon.TRibbonLunaColorMap.InactiveTabFontColor inherits from Vcl.Ribbon.TCustomRibbonColorMap.InactiveTabFontColor. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.InactiveTabFontColor.

Specifies the font color of an inactive ribbon tab.

See Also