(
a feature of FlowChartX Pro edition)
Gets or sets the size of the undo/redo queue.
SyntaxVB6
Copy Code
|
|---|
Public Property Get UndoDepth() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksSets 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