Spread Windows Forms 12.0 Product Documentation
Clear Method (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Clear Method
Clears the contents of the control.
Syntax
'Declaration
 
Public Sub Clear() 
'Usage
 
Dim instance As DropDownEditor
 
instance.Clear()
public void Clear()
Remarks
This method will cause the Text property to be set to a zero-length string. If the ReadOnly property is set to True, the contents of the control are not changed.
See Also

Reference

DropDownEditor Class
DropDownEditor Members