winform ComboBox控件反选:
int index = comboBox1.FindString(textBox2.Text);
comboBox1.SelectedIndex = index;

相关文章: