(
a feature of FlowChartX Pro edition)
Stops tracking modifications made to the box and adds a modification record to the undo queue.
SyntaxVB6
Copy Code
|
|---|
Public Sub EndUndoRecord () |
C++
Copy Code
|
|---|
public: |
RemarksThe method records in the undo-queue a group of property modifications enclosed by this method and a previous call to BeginUndoRecord. You should always match EndUndoRecord with exactly one call to BeginUndoRecord, nesting of Begin/End pairs is not supported. Avoid deleting or adding arrows to the object while property-change recording is active. Adding or deleting arrows is recorded automatically in the undo-history.
See Also