IPivot.FlushUndo

Syntax

FlushUndo;

Description

The FlushUndo method clears the list of all the operations executed by the user. After the method is called, all the undo and redo operations will be deleted.

Comments

The method is outdated, use IUndoRedo.Flush.

See also:

IPivot