GoDiagram Web Reference
CanRedo Method (GoUndoManager)

This predicate is true when one can call Redo.
Syntax
'Declaration
 
Public Overridable Function CanRedo() As Boolean
public virtual bool CanRedo()
Remarks
In order to be able to perform a redo, a transaction must not be in progress, nor an undo or a redo. Furthermore there must be an EditToRedo that itself is ready to be redone, because its IGoUndoableEdit.CanRedo predicate is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoUndoManager Class
GoUndoManager Members
Redo Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback