Spread Windows Forms 10.0 Product Documentation
UndoManager Class Methods


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

Public Methods
 NameDescription
Public MethodCancelActionCancels the current action in progress.  
Public MethodGetActionPendingGets the current UndoAction pending completion.  
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

UndoManager Class
FarPoint.Win.Spread.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.