Vcl.ActnMan.TCustomActionBarColorMap.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read FHighlightColor write FHighlightColor;

C++

__property System::Uitypes::TColor HighlightColor = {read=FHighlightColor, write=FHighlightColor, nodefault};

Properties

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

Description

Specifies the highlighted color.

Use the HighlightColor property to read or change the highlighted color for all the 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