Vcl.Controls.TMouse.WheelPresent
Delphi
property WheelPresent: Boolean read FWheelPresent;
C++
__property bool WheelPresent = {read=FWheelPresent, nodefault};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TMouse |
Beschreibung
Gibt an, ob die Maus über ein Rad verfügt.
Mit WheelPresent können Sie ermitteln, ob die Maus über ein Rad verfügt.
Siehe auch
Codebeispiele