WdKeyCategory É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éfinit le type d'élément affecté à la combinaison de touches spécifiée.
public enum class WdKeyCategory
[System.Runtime.InteropServices.Guid("13125B67-CC0F-313B-A28D-E4C74F81E126")]
public enum WdKeyCategory
type WdKeyCategory =
Public Enum WdKeyCategory
- Héritage
-
WdKeyCategory
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
wdKeyCategoryNil | -1 | La touche n'est pas affectée. |
wdKeyCategoryDisable | 0 | La touche est désactivée. |
wdKeyCategoryCommand | 1 | La touche est affectée à une commande. |
wdKeyCategoryMacro | 2 | La touche est affectée à une |
wdKeyCategoryFont | 3 | La touche est affectée à une police. |
wdKeyCategoryAutoText | 4 | La touche est affectée à l'insertion automatique. |
wdKeyCategoryStyle | 5 | La touche est affectée à un style. |
wdKeyCategorySymbol | 6 | La touche est affectée à un symbole. |
wdKeyCategoryPrefix | 7 | La touche est affectée à un préfixe. |