Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.