Spread Windows Forms 12.0 Product Documentation
Undo Method (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Undo Method
Undoes the last edit operation in the control.
Syntax
'Declaration
 
Public Sub Undo() 
'Usage
 
Dim instance As DropDownEditor
 
instance.Undo()
public void 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

Reference

DropDownEditor Class
DropDownEditor Members