Vcl.ActnMan.TCustomActionBarColorMap.HotColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotColor: TColor read FHotColor write FHotColor;

C++

__property System::Uitypes::TColor HotColor = {read=FHotColor, write=FHotColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

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