Vcl.ActnMan.TCustomActionBarColorMap.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor: TColor read FFontColor write SetFontColor;

C++

__property System::Uitypes::TColor FontColor = {read=FFontColor, write=SetFontColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

Specifies the theme font color.

Use the FontColor property to read or change the font color for all action controls that use this instance of TThemedColorMap.

Use the Object Inspector for color maps to change the default settings and customize the look and feel of your applications.

See Also