Clearing out the contents of a combo box


To clear out the contents of a combo box the Delete() method is called without any parameters. For example the following would clear the contents of the combo box comboControl1:

.comboControl1.Delete()