Skybound AutoComplete

AutoCompleteEventArgs.VisibleIndex Property

Gets the index of the visible item for which the event was raised.

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

Property Value

The index of the visible item for which the event was raised.

Remarks

This value corresponds to an item in the VisibleItems collection of the AutoComplete instance which raised the event.

See Also

AutoCompleteEventArgs Class | Skybound.AutoComplete Namespace | ItemIndex