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)

Syntax

'Declaration
<GuidAttribute("00020996-0000-0000-C000-000000000046")> _
Public Interface KeyBindings _
    Inherits IEnumerable
'Usage
Dim instance As KeyBindings
[GuidAttribute("00020996-0000-0000-C000-000000000046")]
public interface KeyBindings : IEnumerable

Remarks

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.

See Also

Reference

KeyBindings Members

Microsoft.Office.Interop.Word Namespace