KeyBinding Interface 

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)

Usage

Public Class eyBindingImplementation
    Implements KeyBinding
End Class
Dim eyBindingImplementation1 As New eyBindingImplementation()

Syntax

Public Interface KeyBinding
public interface KeyBinding
public interface class KeyBinding
public interface KeyBinding
public interface KeyBinding

Remarks

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.

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

KeyBinding Members