Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ClearUndo Method


In This Topic
ClearUndo Method (DropDownEditor)
In This Topic
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()
Remarks
You can use this method to prevent an undo operation from repeating, based on the state of your application.
See Also