GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoUndoManager Class
/ IsRedoing Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsRedoing Property
In This Topic
This predicate is true during a call to
Redo
.
Syntax
C#
public
virtual
bool
IsRedoing {
get
;}
Remarks
When this property is true,
CanUndo
and
CanRedo
will be false. To avoid confusion, all document change events are ignored when this property is true.
See Also
Reference
GoUndoManager Class
GoUndoManager Members