WdKeyCategory Enumeration
Specifies the type of item assigned to the key binding.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdKeyCategory
'Usage
Dim instance As WdKeyCategory
public enum WdKeyCategory
Members
Member name | Description | |
---|---|---|
wdKeyCategoryNil | Key is not assigned. | |
wdKeyCategoryDisable | Key is disabled. | |
wdKeyCategoryCommand | Key is assigned to a command | |
wdKeyCategoryMacro | Key is assigned to a | |
wdKeyCategoryFont | Key is assigned to a font. | |
wdKeyCategoryAutoText | Key is assigned to autotext. | |
wdKeyCategoryStyle | Key is assigned to a style. | |
wdKeyCategorySymbol | Key is assigned to a symbol. | |
wdKeyCategoryPrefix | Key is assigned to a prefix. |