Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class


UndoManager Class Fields

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

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