GrapeCity InputMan for Windows Forms 10.0J
Insert メソッド (SideButtonCollection)

挿入位置を示す0から始まるインデックスを表すInt32値。
挿入するSideButtonBaseオブジェクト。
コレクション内の引数で指定されたインデックスの位置に、 SideButtonBaseオブジェクトを挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As SideButtonBase _
) 
public void Insert( 
   int index,
   SideButtonBase value
)

パラメータ

index
挿入位置を示す0から始まるインデックスを表すInt32値。
value
挿入するSideButtonBaseオブジェクト。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.