Search
FlowChart.Redo Method
See Also
 



( a feature of FlowChartX Pro edition)

Redoes an action stored in the undo/redo history.

 Syntax

VB6  Copy Code

Public Sub Redo ()

C++  Copy Code

public:
void Redo ()

 Remarks

Re-does an operation that was previously undone. If the history-queue is empty nothing happens and no error is returned. You can find out if there's recorded action in the queue that can be re-done, using the RedoPossible method.

 See Also