AutoCompleteStringCollection::Insert Method (Int32, String^)

 

Inserts the string into a specific index in the collection.

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

public:
void Insert(
	int index,
	String^ value
)

Parameters

index
Type: System::Int32

The position at which to insert the string.

value
Type: System::String^

The string to insert.

.NET Framework
Available since 2.0
Return to top
Show: