ComboBox.selectedIndex method
public void selectedIndex(int idx)
public int selectedIndex()
Gets or sets the index specifying the currently selected item.
Remarks
To select an index at parent form's load time don't call this method inside the form's constructor, use the form's load event instead.