Search
FlowChart.UndoDepth Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets the size of the undo/redo queue.

 Syntax

VB6  Copy Code

Public Property Get UndoDepth() As Long
Public Property Let UndoDepth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_UndoDepth ()
void put_UndoDepth (
    int value
)

 Property Value

A long value.

 Remarks

Sets the maximum size of the undo-history queue. When the queue is full and a new modification is recorded the oldest operation is removed from the queue. Undo/redo functionality is disabled if the queue size is set to zero.

 See Also