Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / Clear Method


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