ASP.NET Pack Programmer's Guide
UndoManager.UndoEnabled Property
See Also
 





Gets or sets a value indicating whether saving action records for later undo is enabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool UndoEnabled { get; set; }

Visual Basic  Copy Code

Public Property UndoEnabled As Boolean

 Property Value

true to save actions for later undo; otherwise false. The default is false.

 Remarks

You might need to disable undo:

 See Also

UndoManager Members
UndoManager Class
MindFusion.Diagramming Namespace