Skybound AutoComplete

AutoComplete.VisibleItemsCollection.IndexOf Method 

Returns the index of a specified item in the collection.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As String _
) As Integer
[C#]
public int IndexOf(
   string value
);

Parameters

value
The item to search for.

Return Value

The index of a specified item in the collection, or -1 if the item is not found.

See Also

AutoComplete.VisibleItemsCollection Class | Skybound.AutoComplete Namespace