MultiSelect for WinForms
Insert メソッド (DropDownItemCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DropDownItemCollection クラス : Insert メソッド
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.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As DropDownItem _
) 
public void Insert( 
   System.int index,
   DropDownItem value
)

パラメータ

index
The indexed location within the collection to insert the item.
value
The item to insert.
参照

DropDownItemCollection クラス
DropDownItemCollection メンバ