KeyBinding.Rebind(WdKeyCategory, String, Object) Method
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.
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.