(
a feature of FlowChartX Pro edition)
Redoes an action stored in the undo/redo history.
SyntaxVB6
Copy Code
|
|---|
Public Sub Redo () |
C++
Copy Code
|
|---|
public: |
RemarksRe-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