ApplicationClass.KeysBoundTo Property

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property KeysBoundTo ( _
    KeyCategory As WdKeyCategory, _
    Command As String, _
    ByRef CommandParameter As Object _
) As KeysBoundTo
    Get
'Usage
Dim instance As ApplicationClass
Dim KeyCategory As WdKeyCategory
Dim Command As String
Dim CommandParameter As Object
Dim value As KeysBoundTo

value = instance.KeysBoundTo(KeyCategory, _
    Command, CommandParameter)
public virtual KeysBoundTo this[
    WdKeyCategory KeyCategory,
    string Command,
    ref Object CommandParameter
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Word.KeysBoundTo

Implements

_Application.KeysBoundTo[WdKeyCategory, String, Object%]

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Word Namespace