Vcl.StdCtrls.TCustomButton.StylusHotImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::Uitypes::TImageIndex StylusHotImageIndex = {read=FStylusHotImageIndex, write=SetStylusHotImageIndex, default=-1};

Properties

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

Description

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