Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / Clear Method


In This Topic
    Clear Method (GcTextBox)
    In This Topic
    Clears all text in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As GcTextBox
     
    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