(
a feature of FlowChartX Pro edition)
Determines whether there is an action in the undo/redo queue that can be redone.
SyntaxVB6
Copy Code
|
|---|
Public Function RedoPossible () As Boolean |
C++
Copy Code
|
|---|
public: |
true if there is an operation recorded in the history-queue that can be redone; if Redo cannot be performed, returns false.
See Also