GrapeCity CalendarGrid for Windows Forms 3.0J
Insert(Int32,Keys,String) メソッド

キーを挿入するインデックス。
ボタンのキーを示す System.Windows.Forms.Keys 値。
ボタンの名前を示す System.String 値。
CalculatorButtonMappingCollection に項目を挿入します。
シンタックス
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As Keys, _
   ByVal buttonKey As String _
) 
public void Insert( 
   int index,
   Keys key,
   string buttonKey
)

パラメータ

index
キーを挿入するインデックス。
key
ボタンのキーを示す System.Windows.Forms.Keys 値。
buttonKey
ボタンの名前を示す System.String 値。
参照

参照

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

 

 


c 2008 GrapeCity inc. All rights reserved.