Vcl.ActnMan.TCustomActionBarColorMap.SelectedFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedFontColor: TColor read FSelectedFontColor write FSelectedFontColor;

C++

__property System::Uitypes::TColor SelectedFontColor = {read=FSelectedFontColor, write=FSelectedFontColor, nodefault};

Properties

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

Description

Specifies the font color of the selected item.

Use the SelectedFontColor property to read or change the font color of the selected item that uses TThemedColorMap.

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

See Also