Spread Windows Forms 12.0 Product Documentation
Clear Method (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : Clear Method
Clears all text in the control.
Syntax
'Declaration
 
Public Overridable Sub Clear() 
'Usage
 
Dim instance As EditBase
 
instance.Clear()
public virtual void Clear()
Remarks
You can use this method to clear the contents of the control instead of assigning an empty string to the Text property.
See Also

Reference

EditBase Class
EditBase Members
Paste Method
Copy Method
Cut Method
Undo Method
CanUndo Property