Spread Windows Forms 10.0 Product Documentation
UndoManager Class Fields


For a list of all members of this type, see UndoManager members.

Protected Fields
 NameDescription
Protected FieldactionCancelledSpecifies whether the pending action has been cancelled.  
Protected FieldactionIsRedoSpecifies whether actionInProcess is being redone  
Protected FieldactionIsUndoSpecifies whether actionInProcess is being undone  
Protected FieldactionPendingSpecifies whether an action is in progress (to prevent recursion).  
Protected FieldmaxLengthSpecifies the maximum number of UndoAction objects to keep on the undo or redo stacks.  
Protected FieldmredoListSpecifies the redo stack (last element is on top).  
Protected FieldmundoListSpecifies the undo stack (last element is on top).  
Protected FieldspreadViewSpecifies the view passed to the constructor.  
Top
See Also

Reference

UndoManager Class
FarPoint.Win.Spread.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.