KeysBoundTo.Command Property
Returns the command assigned to the specified key combination.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Command As String
Get
'Usage
Dim instance As KeysBoundTo
Dim value As String
value = instance.Command
string Command { get; }
Property Value
Type: System.String