Spread Windows Forms 12.0 Product Documentation
ClearUndo Method (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ClearUndo Method
Clears information about the most recent operation from the undo buffer of the control.
Syntax
'Declaration
 
Public Sub ClearUndo() 
'Usage
 
Dim instance As EditBase
 
instance.ClearUndo()
public void ClearUndo()
Remarks
You can use this method to prevent an undo operation from repeating, based on the state of your application.
See Also

Reference

EditBase Class
EditBase Members
Paste Method
Copy Method
Clear Method
Undo Method
Cut Method