Spread Windows Forms 10.0 Product Documentation
UndoRedoManager Class Methods


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

Public Methods
 NameDescription
Public MethodClearClears out current Undo and Redo stacks  
Public MethodPerformUndoActionPerforms the specified action (it can then be undone with Undo).  
Public MethodRedoOverloaded. Redoes the last action undone with Undo and adds it to the undo list.  
Public MethodUndoOverloaded. Undoes the last action done with PerformUndoAction and adds it to the redo list.  
Top
Protected Methods
 NameDescription
Protected MethodPopRedoPops the top action from the redo stack.  
Protected MethodPopUndoPops the top action from the undo stack.  
Protected MethodPushRedoPushes the specified action onto the redo stack.  
Protected MethodPushUndoPushes the specified action onto the undo stack.  
Top
See Also

Reference

UndoRedoManager Class
FarPoint.Win.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.