ContinueUndo
PropertyContinueUndo (Property)
When this property is True then the program adds to the undo list all subsequent commands. Set this property to False after the last command executes. If the AvaxCommand.Undo_c is executed using property Command then all the previous commands in the undo list are undone
Syntax:
ContinueUndo [ = value] As Boolean
The ContinueUndo property has these parts:
Parameter |
Data Type |
Description |
value |
Boolean |
A Boolean value that determines whether the ContinueUndo is True or False |