Vcl.StdCtrls.TCustomButton.StylusHotImageIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Beschreibung

Bildindex für eine Schaltfläche im aktiven Status.

StylusHotImageIndex ist ein Bildindex innerhalb der Eigenschaft Images für eine Schaltfläche im aktiven Status (z.B. wenn der Eingabestift über die Schaltfläche bewegt wird). Wenn der Indexwert -1 ist, wird dasselbe Bild wie im normalen Status verwendet.

Diese Eigenschaft steht nur unter Windows XP und den neueren Versionen von Windows zur Verfügung.

Siehe auch