WdKeyCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of item assigned to the key binding.
public enum class WdKeyCategory
[System.Runtime.InteropServices.Guid("13125B67-CC0F-313B-A28D-E4C74F81E126")]
public enum WdKeyCategory
type WdKeyCategory =
Public Enum WdKeyCategory
- Inheritance
-
WdKeyCategory
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdKeyCategoryNil | -1 | Key is not assigned. |
wdKeyCategoryDisable | 0 | Key is disabled. |
wdKeyCategoryCommand | 1 | Key is assigned to a command |
wdKeyCategoryMacro | 2 | Key is assigned to a |
wdKeyCategoryFont | 3 | Key is assigned to a font. |
wdKeyCategoryAutoText | 4 | Key is assigned to autotext. |
wdKeyCategoryStyle | 5 | Key is assigned to a style. |
wdKeyCategorySymbol | 6 | Key is assigned to a symbol. |
wdKeyCategoryPrefix | 7 | Key is assigned to a prefix. |