KeyBindings interface

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

No code example is currently available or this language may not be supported.

Use the KeyBindings property to return the KeyBindings collection.

Use the Add method to add a KeyBinding object to the KeyBindings collection.

Use KeyBindings(index), where index is the index number, to return a single KeyBinding object.

Show: