SynchronizedInputType Énumération

Définition

Contient des valeurs qui spécifient le type d'entrée synchronisée.

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
Héritage
SynchronizedInputType
Attributs

Champs

KeyDown 2

Une touche a été enfoncée.

KeyUp 1

Une touche a été relâchée.

MouseLeftButtonDown 8

Le bouton gauche de la souris a été enfoncé.

MouseLeftButtonUp 4

Le bouton gauche de la souris a été relâché.

MouseRightButtonDown 32

Le bouton droit de la souris a été enfoncé.

MouseRightButtonUp 16

Le bouton droit de la souris a été relâché.

S’applique à