AnnUndoDepth property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnUndoDepth

Delphi Syntax

AnnUndoDepth: Integer

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets or sets the undo level for the container object. It contains the length of the undo stack.

The undo level determines the number of automation operations that can be undone. The default value is 5.

This property should be set before calling the AnnAddUndoNode method.

See Also

Elements:

AnnUndoEnable property, AnnAddUndoNode method, AnnUndo method

Topics:

Annotations (Document/Medical only): Automation

 

Undoing Automation Operations