KeyBinding interface
Office 2013 and later
Represents a custom key assignment in the current context.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The KeyBinding object is a member of the KeyBindings collection. Custom key assignments are made in the Customize Keyboard dialog box.
Use KeyBindings(index), where index is the index number, to return a single KeyBinding object.
You can also use the FindKey property and the Key method to return a KeyBinding object.
Show: