MESCIUS SPREAD for Windows Forms 15.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.ArgumentNullException
System.ArgumentExceptionbuttonKey は電卓の正しいボタンキーではありません。 DropDownCalculator.ButtonKeys プロパティからすべてのボタンキーを取得できます。
System.ArgumentException以前に同じキーが追加されていますので、別のキーを変更してください。
参照

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

 

 


© MESCIUS inc. All rights reserved.