AutoCompleteStringCollection::IndexOf Method (String^)

 

Obtains the position of the specified string within the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
int IndexOf(
	String^ value
)

Parameters

value
Type: System::String^

The String for which to search.

Return Value

Type: System::Int32

The index for the specified item.

The IndexOf returns the index for the first occurrence of the string within the collection.

.NET Framework
Available since 2.0
Return to top
Show: