Document.UndoClear Method

Definition

Clears the list of actions that can be undone for the document. Corresponds to the list of items that appears when you click the arrow beside the Undo button on the Quick Access Toolbar.

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

Remarks

Include this method after a method in your code to keep Word object model actions from appearing in the Undo box.

Applies to