DocumentBase.UndoClear 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 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 Standard toolbar.
public:
void UndoClear();
public void UndoClear ();
member this.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.