ITabView.FlushUndo

Syntax

FlushUndo;

Description

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

Comment

The method is outdated, use IUndoRedo.Flush.

See also:

ITabView