PowerTools MultiRow for Windows Forms 8.0J
InsertItem メソッド (DropDownItemCollection)

項目を挿入する位置の0から始まるインデックス。
挿入するDropDownItem
DropDownItemCollection内の指定したインデックスにDropDownItemを挿入します。
構文
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As DropDownItem _
) 
protected override void InsertItem( 
   int index,
   DropDownItem item
)

パラメータ

index
項目を挿入する位置の0から始まるインデックス。
item
挿入するDropDownItem
例外
例外解説
System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentExceptionitemはすでに別のDropDownItemCollectionに追加されています。
System.ArgumentOutOfRangeExceptionindex0未満か、項目の数以上です。
参照

DropDownItemCollection クラス
DropDownItemCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.