Clears the contents of the object by removing all items.
Object.Clear()
The Clear method syntax has the following parts:
Name |
Type |
Description |
Object |
A ComboBox |
A ComboBox control |
The following example will Clear an AComboBox control of all its contents:
cb1.Clear()