SynchronizedInputType Enumeration

Definition

Enthält Werte, die den Typ synchronisierter Eingaben 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

KeyDown 2

Eine Taste wurde gedrückt.

KeyUp 1

Eine Taste wurde losgelassen.

MouseLeftButtonDown 8

Die linke Maustaste wurde gedrückt.

MouseLeftButtonUp 4

Die linke Maustaste wurde losgelassen.

MouseRightButtonDown 32

Die rechte Maustaste wurde gedrückt.

MouseRightButtonUp 16

Die rechte Maustaste wurde losgelassen.

Gilt für