Search
FlowChart.ClearUndoBuffer Method
See Also
 



( a feature of FlowChartX Pro edition)

Removes all records from the undo/redo queue.

 Syntax

VB6  Copy Code

Public Sub ClearUndoBuffer ()

C++  Copy Code

public:
void ClearUndoBuffer ()

 Remarks

Clears the undo-history queue. After this operation no previous modifications can be undone or redone. You could use this method if you want to forbid the user from undoing a programmatic action, such as creation of an object, which is automatically recorded in the history queue.

 See Also