ContinueUndo

Top  Previous  Next

 

ContinueUndo (Property)

 

When this property is True then the program adds to the undo list all subsequent commands. Upon the execution of the last command you must set this property to False. If the AvaxCommand.Undo_c is executed with the use of 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 expression that defines if the ContinueUndo is True or False

 

Example