Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class


UndoRedoManager Class Fields

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

Protected Fields
 NameDescription
Protected FieldSpecifies whether an action is in progress (to prevent recursion).  
Protected FieldFpchart control which can be used to fire events when executing actions.  
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).  
Top
See Also