MESCIUS SPREAD for Windows Forms 15.0J
SetItem メソッド (AppearanceStyleCollection)

置き換える要素の0から始まるインデックス。
指定したインデックスにある要素の新しい値。参照型の場合、値はnullにできます。
指定したインデックスにある要素を置き換えます。
構文
'宣言
 
Protected Overrides NotOverridable Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As AppearanceStyleInfo _
) 
protected override void SetItem( 
   int index,
   AppearanceStyleInfo item
)

パラメータ

index
置き換える要素の0から始まるインデックス。
item
指定したインデックスにある要素の新しい値。参照型の場合、値はnullにできます。
例外
例外解説
System.ArgumentOutOfRangeException

index0未満です。

-または-

指定された値がCountを超えています。

System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
参照

AppearanceStyleCollection クラス
AppearanceStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.