PowerTools CalendarGrid for Windows Forms 1.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 値。
例外
例外解説
System.ArgumentNullExceptionbuttonKey は null 参照 (Visual Basicでは Nothing)または string.Empty にはできません。
System.ArgumentExceptionbuttonKey が電卓の正しいボタンキーではありません。キーはすべて、DropDownCalculator.ButtonKeys プロパティから取得できます。
System.ArgumentException同じ key がすでに追加されています。別のキーに変更してください。
参照

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

 

 


© 2014 GrapeCity inc. All rights reserved.