ComboBox - potatoscript/csharp GitHub Wiki

  • Set Selected value from ComboBox; set the default value of combobox
   myComboBpx.SelectedIndex = myComboBox.FindString("abc");