KeyBindings.ClearAll Method

Definition

Clears all the customized key assignments and restores the original Microsoft Word shortcut key assignments.

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

Remarks

After applying the ClearAll method to the KeyBindings object, the keys assignments in the specified template or document are reset to the default settings. Use the CustomizationContext property to specify a document or template context prior to using the ClearAll method.

Applies to