Search
FlowChart.UndoPossible Method
See Also
 



( a feature of FlowChartX Pro edition)

Determines whether there is an operation in the undo/redo queue that can be undone.

 Syntax

VB6  Copy Code

Public Function UndoPossible () As Boolean

C++  Copy Code

public:
bool UndoPossible ()

 Return Value

true if there is an operation recorded in the history-queue that can be undone; false if Undo cannot be performed.

 See Also