KeyBinding.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 KeyBinding
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 KeyBindings Object. Use the Command property to return the command name assigned to the specified shortcut key.

See Also

Reference

KeyBinding Interface

KeyBinding Members

Microsoft.Office.Interop.Word Namespace