Vcl.Ribbon.TRibbonLunaColorMap.HighlightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HighlightColor: TColor read FHighlightColor write FHighlightColor default 7214336;

C++

__property HighlightColor = {default=7214336};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonLunaColorMap

Description


Specifies the highlighted color.

Vcl.Ribbon.TRibbonLunaColorMap.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