GrapeCity InputMan for Windows Forms 11.0J
Insert(Int32,String,String) メソッド

挿入位置のインデックスを表すInt32値。
識別名を表すString値。
表示用テキストを表すString値。
識別名と表示用テキストの組み合わせを、コレクションの指定位置に挿入します。
シンタックス
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal value As String _
) 
public void Insert( 
   int index,
   string key,
   string value
)

パラメータ

index
挿入位置のインデックスを表すInt32値。
key
識別名を表すString値。
value
表示用テキストを表すString値。
参照

参照

ButtonTextCollection クラス
ButtonTextCollection メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.