MobileForms Toolkit Documentation

ListBoxEx.SelectedIndex Property

Gets or sets the zero-based index of the currently selected item in a ListBoxEx.

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.

See Also

ListBoxEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace