KeyBindings.ClearAll 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.
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.