GlobalClass.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 GlobalClass
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
- KeyCategory
Type: Microsoft.Office.Interop.Word.WdKeyCategory
- Command
Type: System.String
- CommandParameter
Type: System.Object%
Property Value
Type: Microsoft.Office.Interop.Word.KeysBoundTo
Implements
_Global.KeysBoundTo[WdKeyCategory, String, Object%]