KeyBinding.KeyString Property
Word Developer Reference |
Returns the key combination string for the specified keys (for example, CTRL+SHIFT+A). Read-only String.
Syntax
expression.KeyString
expression Required. A variable that represents a KeyBinding object.
Example
This example displays the key combination string for the first customized key combination in the Normal template.
Visual Basic for Applications |
---|
|
This example displays a message if the KeyBindings collection includes the ALT+CTRL+W key combination.
Visual Basic for Applications |
---|
|
See Also