AutoCompleteStringCollection::RemoveAt Method (Int32)

 

Removes the string at the specified index.

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

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

The zero-based index of the string to remove.

.NET Framework
Available since 2.0
Return to top
Show: