Vcl.StdCtrls.TButton.StylusHotImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StylusHotImageIndex: TImageIndex read FStylusHotImageIndex write SetStylusHotImageIndex default -1;

C++

__property StylusHotImageIndex = {default=-1};

Properties

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

Description

Image index for a hot button state.

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

Image index for a hot button state.

StylusHotImageIndex is an image index into the Images property for a hot button state, for example, the stylus hovering over the button. If the index value is -1, the same image is used as in the normal button state.

This property is only available on Windows XP and more recent releases of Windows.

See Also