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
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")>]
type SynchronizedInputType =
Public Enum SynchronizedInputType
- Héritage
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| KeyUp | 1 | Une clé a été libérée. |
| KeyDown | 2 | Une touche a été enfoncée. |
| MouseLeftButtonUp | 4 | Le bouton gauche de la souris a été libéré. |
| MouseLeftButtonDown | 8 | Le bouton gauche de la souris a été enfoncé. |
| MouseRightButtonUp | 16 | Le bouton droit de la souris a été libéré. |
| MouseRightButtonDown | 32 | Le bouton droit de la souris a été appuyé. |