SynchronizedInputType Sabit listesi

Tanım

Eşitlenen girişin türünü belirten değerler içerir.

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
Devralma
SynchronizedInputType
Öznitelikler

Alanlar

KeyDown 2

Bir tuşa basıldı.

KeyUp 1

Bir anahtar serbest bırakıldı.

MouseLeftButtonDown 8

Sol fare düğmesine basıldı.

MouseLeftButtonUp 4

Sol fare düğmesi serbest bırakıldı.

MouseRightButtonDown 32

Sağ fare düğmesine basıldı.

MouseRightButtonUp 16

Sağ fare düğmesi serbest bırakıldı.

Şunlara uygulanır