KeyBinding.CommandParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 KeyBindings Object. Use the Command property to return the command name assigned to the specified shortcut key.