KeyBindings interface
Office 2013 and later
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)
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: