KeyBinding.KeyCategory Property
Word Developer Reference |
Returns the type of item assigned to the specified key binding. Read-only WdKeyCategory.
Syntax
expression.KeyCategory
expression Required. A variable that represents a KeyBinding object.
Example
This example displays the keys assigned to font names. A message is displayed if no keys have been assigned to fonts.
Visual Basic for Applications |
---|
|
See Also