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

置き換えるDropDownItemの0から始まるインデックス。
指定したインデックスにあるDropDownItemの新しい値。
指定したインデックスにあるDropDownItemを置き換えます。
構文
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As DropDownItem _
) 
protected override void SetItem( 
   int index,
   DropDownItem item
)

パラメータ

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

DropDownItemCollection クラス
DropDownItemCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.