ComponentOne MultiSelect for WinForms
Insert Method (DropDownItemCollection)

C1.Win.C1Input Namespace > DropDownItemCollection Class : Insert Method
The indexed location within the collection to insert the item.
The item to insert.
Inserts the specified item into the collection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As DropDownItem _
) 
public void Insert( 
   int index,
   DropDownItem value
)

Parameters

index
The indexed location within the collection to insert the item.
value
The item to insert.
See Also

Reference

DropDownItemCollection Class
DropDownItemCollection Members