KeyBinding.Disable Method

Definition

Removes the specified key combination if it's currently assigned to a command.

public:
 void Disable();
public void Disable ();
abstract member Disable : unit -> unit
Public Sub Disable ()

Remarks

After you use this method, the key combination has no effect. Using this method is the equivalent to clicking the Remove button in the Customize Keyboard dialog box (Tools menu).

Use the Clear() method with a KeyBinding object to reset a built-in command to its default key assignment. You don't need to remove or rebind a KeyBinding object before adding it elsewhere.

Applies to