Skip to content

ComboBox

KS LIM edited this page Mar 27, 2021 · 1 revision
  • Set Selected value from ComboBox; set the default value of combobox
   myComboBpx.SelectedIndex = myComboBox.FindString("abc");
Clone this wiki locally