KeysBoundTo.CommandParameter Property

Returns the command parameter assigned to the specified shortcut key.

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

Syntax

'Declaration
ReadOnly Property CommandParameter As String
    Get
'Usage
Dim instance As KeysBoundTo
Dim value As String

value = instance.CommandParameter
string CommandParameter { get; }

Property Value

Type: System.String

Remarks

For information about commands that take parameters, see the Add Method of the KeyBindingsObject. Use the Command property to return the command name assigned to the specified shortcut key.

See Also

Reference

KeysBoundTo Interface

KeysBoundTo Members

Microsoft.Office.Interop.Word Namespace