[archived content]

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.

Page last modified on November 29, 2010, at 02:53 PM