API:Vcl.ActnColorMaps.TStandardColorMap.SelectedColor

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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