Skybound AutoComplete

AutoComplete.SelectedIndex Property

Gets the index of the visible item that is selected in the drop-down suggestion window, or -1 if no item is selected.

[Visual Basic]
Public ReadOnly Property SelectedIndex As Integer
[C#]
public int SelectedIndex {get;}

Property Value

An Int32 value that specifies the 0-based index of the selected visible item.

Remarks

This value corresponds the index of an item in the VisibleItems collection.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace