AutoCompleteStringCollection::IndexOf Method (String^)
.NET Framework (current version)
Obtains the position of the specified string within the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::String^
The String for which to search.
The IndexOf returns the index for the first occurrence of the string within the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: