Vcl.ActnColorMaps.TStandardColorMap.SelectedColor

From RAD Studio API Documentation

Delphi

property SelectedColor: TColor read FSelectedColor write FSelectedColor default -16777187;

C++

__property SelectedColor = {default=-16777187};

Properties

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

Description

Specifies the color of the selected item. {{#multireplace:Vcl.ActnColorMaps.TStandardColorMap.SelectedColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionBarColorMap.SelectedColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TCustomActionBarColorMap.SelectedColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the color of the selected item.

Use the SelectedColor property to read or change the 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