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


In This Topic
Undo Method (DropDownEditor)
In This Topic
Undoes the last edit operation in the control.
Syntax
'Declaration
 
Public Sub Undo() 
 
'Usage
 
Dim instance As DropDownEditor
 
instance.Undo()
Remarks
This method will undo the last clipboard or text change operation performed in the control if the CanUndo property returns true.
See Also