PowerTools InputMan for Windows Forms 8.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.ArgumentException電卓のbuttonKeyが正しくありません。DropDownCalculator.ButtonKeys プロパティから電卓に登録されているボタンの識別名のコレクションを取得できます。
System.ArgumentException同じ key がすでに追加されています。別のキーに変更してください。
参照

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

 

 


© 2004-2015 GrapeCity inc. All rights reserved.