KeyBinding.Rebind(WdKeyCategory, String, Object) Method

Definition

Changes the command assigned to the specified key binding.

public void Rebind (Microsoft.Office.Interop.Word.WdKeyCategory KeyCategory, string Command, ref object CommandParameter);
abstract member Rebind : Microsoft.Office.Interop.Word.WdKeyCategory * string * obj -> unit
Public Sub Rebind (KeyCategory As WdKeyCategory, Command As String, Optional ByRef CommandParameter As Object)

Parameters

KeyCategory
WdKeyCategory

Required WdKeyCategory. The key category of the specified key binding.

Command
String

Required String. The name of the specified command.

CommandParameter
Object

Optional Object. Additional text, if any, required for the command specified by Command. For information about values for this argument, see the Add(WdKeyCategory, String, Int32, Object, Object) method for the KeyBindings object.

Applies to