Search
UndoManager.setUndoEnabled Method
See Also
 

Enables or disabled undo/redo.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setUndoEnabled (
    boolean value
)

 Parameters

value

true if modifications done on the diagram should be tracked so that they can be undone or redone later, otherwise false.

 See Also