SynchronizedInputType Enumeration

Definition

Enthält Werte, die den Typ der synchronisierten Eingabe angeben.

public enum class SynchronizedInputType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")]
public enum SynchronizedInputType
public enum SynchronizedInputType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")>]
type SynchronizedInputType = 
type SynchronizedInputType = 
Public Enum SynchronizedInputType
Vererbung
SynchronizedInputType
Attribute

Felder

Name Wert Beschreibung
KeyUp 1

Es wurde ein Schlüssel freigegeben.

KeyDown 2

Eine Taste wurde gedrückt.

MouseLeftButtonUp 4

Die linke Maustaste wurde losgelassen.

MouseLeftButtonDown 8

Die linke Maustaste wurde gedrückt.

MouseRightButtonUp 16

Die rechte Maustaste wurde losgelassen.

MouseRightButtonDown 32

Die rechte Maustaste wurde gedrückt.

Gilt für: