tags:

views:

107

answers:

1

If for textbox it is textbox1.clear, etc. What is the equivalent for combobox to clear the value.

+1  A: 
combobox.Items.Clear
Dean Harding
I figured it out, and its this one:ComboBox1.ResetText