Vcl.ActnColorMaps.TStandardColorMap.HotColor

From RAD Studio API Documentation

Delphi

property HotColor: TColor read FHotColor write FHotColor default 536870912;

C++

__property HotColor = {default=536870912};

Properties

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

Description

Specifies the color when the mouse pointer moves over an item. {{#multireplace:Vcl.ActnColorMaps.TStandardColorMap.HotColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionBarColorMap.HotColor|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.HotColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the color when the mouse pointer moves over an item.

Use the HotColor property to read or change the color when the mouse pointer moves over an 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