Vcl.Ribbon.TCustomRibbonColorMap.GroupFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupFontColor: TColor read FGroupFontColor write FGroupFontColor;

C++

__property System::Uitypes::TColor GroupFontColor = {read=FGroupFontColor, write=FGroupFontColor, nodefault};

Properties

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

Description

GroupFontColor specifies the font color of the ribbon group.

Use GroupFontColor to specify or change the font color of the ribbon group.

See Also