Search
UndoManager Members
Properties Methods
 


Implements undo/redo functionality in NetDiagram.

The following tables list the members exposed by the UndoManager type.

 Public Properties

  Name Description

History

Gets a reference to the undo manager's CommandHistory instance.

UndoEnabled

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

 Public Methods

  Name Description

Redo

Executes again an action saved in the command history.

StartComposite

Overloaded. Creates an 'active' composite record to store records of actions that are implicitly created by NetDiagram.

Undo

Undoes an action saved in the command history.

 See Also