System.Windows.Forms.AutoCompleteStringCollection.Insert Method

Inserts the string into a specific index in the collection.

Syntax

public void Insert (int index, string value)

Parameters

index
The position at which to insert the string.
value
The string to insert.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0