KeysBoundTo Members
Include Protected Members
Include Inherited Members
A collection of KeyBinding objects assigned to a command, style, macro, or other item in the current context.
The KeysBoundTo type exposes the following members.
Methods
Name | Description | |
---|---|---|
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. | |
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. | |
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. | |
KeyCategory | Returns the type of item assigned to the specified key binding. | |
Parent | Returns an object that represents the parent object of the specified object. |
Top