KeyBinding Members
Include Protected Members
Include Inherited Members
Represents a custom key assignment in the current context.
The KeyBinding type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear | Removes the key binding from the KeyBindings collection and resets a built-in command to its default key assignment. | |
Disable | Removes the specified key combination if it's currently assigned to a command. | |
Execute | Runs the command associated with the specified key combination. | |
Rebind | Changes the command assigned to the specified key binding. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Command | Returns the command assigned to the specified key combination. | |
CommandParameter | Returns the command parameter assigned to the specified shortcut key. | |
Context | Returns an object that represents the storage location of the specified key binding. This property can return a Document, Template, or Application object. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
KeyCategory | Returns the type of item assigned to the specified key binding. | |
KeyCode | Returns a unique number for the first key in the specified key binding. | |
KeyCode2 | Returns a unique number for the second key in the specified key binding. | |
KeyString | Returns the key combination string for the specified keys (for example, CTRL+SHIFT+A). | |
Parent | Returns an object that represents the parent object of the specified object. | |
Protected | True if you cannot change the specified key binding in the Customize Keyboard dialog box (from the Tools menu, click Customize, and then click the Keyboard button). |
Top