ContinueWithoutUndo Property

Sets whether to cancel an undo operation, or continue it without the undo information.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 98
Imaging for Windows 95
Imaging for Windows NT 4.0

Applies To

Image Edit control

Syntax

object.ContinueWithoutUndo[={True|False}]

Data Type

Boolean

Setting Description

True (default) Continue the undo operation without the undo information
False Cancel the undo operation

Remarks

When you use the ContinueWithoutUndo property, you must set it within the ErrorSavingUndoInformation event.  This action is required because the ContinueWithoutUndo property is initialized to True upon entry into the event.

The ContinueWithoutUndo property indicates whether an undo operation should be canceled or continued without the undo information.  The ErrorSavingUndoInformation event fires whenever an operation cannot save the information required to undo it.  The ContinueWithoutUndo property provides the desired processing alternative.

Available at run-time as write-only.