Returns true if this UndoManager can currently perform an undo. Returns false otherwise.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool CanUndo()
Visual Basic (Declaration)
Public Function CanUndo As Boolean

Return Value

True if an undo can be performed at the time this method is called. False otherwise.

See Also