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


In This Topic
    Clear Method (GcComboBoxEditingControl)
    In This Topic
    Clear all text of the control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As GcComboBoxEditingControl
     
    instance.Clear()
    public virtual void Clear()
    Remarks
    You can use this method to clear the contents of the control instead of assigning the Text property an empty string.
    See Also