KeysBoundTo.CommandParameter Property

Definition

Returns the command parameter assigned to the specified shortcut key.

public:
 property System::String ^ CommandParameter { System::String ^ get(); };
public string CommandParameter { get; }
member this.CommandParameter : string
Public ReadOnly Property CommandParameter As String

Property Value

Remarks

For information about commands that take parameters, see the Add(WdKeyCategory, String, Int32, Object, Object) Method of the Microsoft.Office.Interop.Word.KeyBindingsObject. Use the Command property to return the command name assigned to the specified shortcut key.

Applies to