MobileForms Toolkit Documentation

AdvancedComboBox.SelectedIndex Property

Gets or sets the index specifying the currently selected item.

public int SelectedIndex {get; set;}

Property Value

A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected

Remarks

This property indicates the zero-based index of the currently selected item in the combo box list. Setting a new index raises the SelectedIndexChanged event.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace