Vcl.StdCtrls.TCustomButton.HotImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotImageIndex: TImageIndex read FHotImageIndex write SetHotImageIndex default -1;

C++

__property System::Uitypes::TImageIndex HotImageIndex = {read=FHotImageIndex, write=SetHotImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Description

Image index for the hot button state.

HotImageIndex is an image index into the Images property for the hot button state (for example, the cursor hovering over the button). If the index value is -1, the same image is used as in the normal button state.

This is available only for Windows XP, Vista, Windows 7, or later Windows operating systems.

See Also