Clear ComboBox selected text September 25, 2023 by Tarik You could change SelectedIndex property: comboBox1.SelectedIndex = -1;