Share via


KeyBindings Object Members

Word Developer Reference

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.

Methods

  Name Description
Bb243496.methods(en-us,office.12).gif Add Returns a KeyBinding object that represents a new shortcut key for a macro, built-in command, font, AutoText entry, style, or symbol.
Bb243496.methods(en-us,office.12).gif ClearAll Clears all the customized key assignments and restores the original Microsoft Word shortcut key assignments.
Bb243496.methods(en-us,office.12).gif Item Returns an individual KeyBinding object in a collection.
Bb243496.methods(en-us,office.12).gif Key Returns a KeyBinding object that represents the specified custom key combination.

Properties

  Name Description
Bb243496.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243496.properties(en-us,office.12).gif Context Returns an Object that represents the storage location of the specified key binding. Read-only.
Bb243496.properties(en-us,office.12).gif Count Returns a Long that represents the number of key bindings in the collection. Read-only.
Bb243496.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243496.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified KeyBindings object.