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)

Syntax

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

Remarks

Use the KeysBoundTo property to return the KeysBoundTo collection.

See Also

Reference

KeysBoundTo Members

Microsoft.Office.Interop.Word Namespace