Vcl.StdCtrls.TButton.StylusHotImageIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__property StylusHotImageIndex = {default=-1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Beschreibung

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

Vcl.StdCtrls.TButton.StylusHotImageIndex erbt von Vcl.StdCtrls.TCustomButton.StylusHotImageIndex. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomButton.StylusHotImageIndex.

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