_Document.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 specified 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 ();
abstract member UndoClear : unit -> unit
Public Sub UndoClear ()
Remarks
Use this method to keep programmatic actions from appearing in the Undo box.