KeysBoundTo Interface 

A collection of KeyBinding objects assigned to a command, style, macro, or other item in the current context.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class eysBoundToImplementation
    Implements KeysBoundTo
End Class
Dim eysBoundToImplementation1 As New eysBoundToImplementation()

Syntax

Public Interface KeysBoundTo
    Inherits IEnumerable
public interface KeysBoundTo : IEnumerable
public interface class KeysBoundTo : public IEnumerable
public interface KeysBoundTo implements IEnumerable
public interface KeysBoundTo implements IEnumerable

Remarks

Use the KeysBoundTo property to return the KeysBoundTo collection.

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

KeysBoundTo Members