Vcl.Ribbon.TCustomRibbonColorMap.CaptionFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionFontColor: TColor read FCaptionFontColor write FCaptionFontColor;

C++

__property System::Uitypes::TColor CaptionFontColor = {read=FCaptionFontColor, write=FCaptionFontColor, nodefault};

Properties

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

Description

CaptionFontColor specifies the font color of the ribbon caption.

Use CaptionFontColor to specify or change the font color of the ribbon caption.

See Also