Returns true if this UndoManager can currently perform a redo. 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 CanRedo()
Visual Basic (Declaration)
Public Function CanRedo As Boolean

Return Value

True if a redo can be performed at the time this method is called. False otherwise.

See Also