Spread Windows Forms 12.0 Product Documentation
ClearUndo Method (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor 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 DropDownEditor
 
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

DropDownEditor Class
DropDownEditor Members