KeyBindings Members
Include Protected Members
Include Inherited Members
A collection of KeyBinding objects that represent the custom key assignments in the current context. Custom key assignments are made in the Customize Keyboard dialog box.
The KeyBindings type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a KeyBinding object that represents a new shortcut key for a macro, built-in command, font, AutoText entry, style, or symbol. | |
ClearAll | Clears all the customized key assignments and restores the original Microsoft Word shortcut key assignments. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Key | Returns a KeyBinding object that represents the specified custom key combination. If the key combination doesn't exist, this method returns Nothing. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Context | Returns an object that represents the storage location of the specified key binding. This property can return a Document, Template, or Application object. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Item | Returns an individual object in a collection. | |
Parent | Returns an object that represents the parent object of the specified object. |
Top