Vcl.StdCtrls.TButton.HotImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotImageIndex;

C++

__property HotImageIndex = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Image index for the hot button state.

Vcl.StdCtrls.TButton.HotImageIndex inherits from Vcl.StdCtrls.TCustomButton.HotImageIndex. All content below this line refers to Vcl.StdCtrls.TCustomButton.HotImageIndex.

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