KeyBinding.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 KeyBinding
Dim value As String

value = instance.Command
string Command { get; }

Property Value

Type: System.String

See Also

Reference

KeyBinding Interface

KeyBinding Members

Microsoft.Office.Interop.Word Namespace