API:Vcl.ActnColorMaps.TStandardColorMap.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read FHighlightColor write FHighlightColor;

C++

__property HighlightColor;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps TStandardColorMap

Description

Specifies the highlighted color.

Vcl.ActnColorMaps.TStandardColorMap.HighlightColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.HighlightColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.HighlightColor.

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