Documentation for this section has not yet been entered.
Setting the ComboBox.Text property to null or an empty string ("") sets the ComboBox.SelectedIndex to -1. Setting the ComboBox.Text property to a value that is in the ComboBox.Items collection sets the ComboBox.SelectedIndex to the index of that item. Setting the ComboBox.Text property to a value that is not in the collection leaves the ComboBox.SelectedIndex unchanged.