Specifies the undo mode.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum UndoModeType
Public Enumeration UndoModeType
public enum class UndoModeType

Members

MemberValueDescription
Separated0
Use IEAnnotations SaveUndo/SaveRedo to save objects in Undo or Redo stacks.
Shared1
Use IEImage SaveUndo/SaveRedo to save objects in Undo or Redo stacks.

See Also