ComboBox


 


To reset a combo box so that entries are no longer highlighted, first set the list index to 0 and then reset it to -1.

cmbCombo.ListIndex = 0
cmbCombo.ListIndex = -1