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
Public method GetEnumerator (Inherited from IEnumerable.)
Public method 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
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Command Returns the command assigned to the specified key combination.
Public property CommandParameter Returns the command parameter assigned to the specified shortcut key.
Public property Context Returns an object that represents the storage location of the specified key binding. This property can return a Document, Template, or Application object.
Public property Count Returns the number of items in the specified collection.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Item Returns an individual object in a collection.
Public property KeyCategory Returns the type of item assigned to the specified key binding.
Public property Parent Returns an object that represents the parent object of the specified object.

Top

See Also

Reference

KeysBoundTo Interface

Microsoft.Office.Interop.Word Namespace