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)

Usage

Public Class eyBindingsImplementation
    Implements KeyBindings
End Class
Dim eyBindingsImplementation1 As New eyBindingsImplementation()

Syntax

Public Interface KeyBindings
    Inherits IEnumerable
public interface KeyBindings : IEnumerable
public interface class KeyBindings : public IEnumerable
public interface KeyBindings implements IEnumerable
public interface KeyBindings implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

KeyBindings Members