InputMethodState É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.
Décrit l'état d'un InputMethod.
public enum class InputMethodState
public enum InputMethodState
type InputMethodState =
Public Enum InputMethodState
- Héritage
Champs
Nom | Valeur | Description |
---|---|---|
DoNotCare | 2 | La méthode d'entrée est dans un état indéterminé. |
Off | 0 | La méthode d'entrée est désactivée. |
On | 1 | La méthode d'entrée est activée. |