SynchronizedInputType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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é. |