AutoComplete.VisibleItemsCollection.Contains Method
Returns whether the specified item exists in the collection.
[Visual Basic]
Public Function Contains( _
ByVal
value As
String _
) As
Boolean
Parameters
-
value
- The item to search for.
Return Value
True if the item is found; otherwise, false.
See Also
AutoComplete.VisibleItemsCollection Class | Skybound.AutoComplete Namespace