Search
FlowChart.RedoPossible Method
See Also
 



( a feature of FlowChartX Pro edition)

Determines whether there is an action in the undo/redo queue that can be redone.

 Syntax

VB6  Copy Code

Public Function RedoPossible () As Boolean

C++  Copy Code

public:
bool RedoPossible ()

 Return Value

true if there is an operation recorded in the history-queue that can be redone; if Redo cannot be performed, returns false.

 See Also