PowerTools InputMan for Windows Forms 8.0J
Add(Keys,String) メソッド

特定のキーを示すSystem.Windows.Forms.Keys値。
ボタンのキーを示すSystem.String値。
CalculatorButtonMappingCollectionに項目を追加します。
構文
Public Overloads Function Add( _
   ByVal key As Keys, _
   ByVal buttonKey As String _
) As Integer
public int Add( 
   Keys key,
   string buttonKey
)

パラメータ

key
特定のキーを示すSystem.Windows.Forms.Keys値。
buttonKey
ボタンのキーを示すSystem.String値。

戻り値の型

項目のインデックスを示すSystem.Int32値。
例外
例外解説
System.ArgumentNullExceptionbuttonKeyはnull 参照 (Visual Basicでは Nothing)またはSystem.String.Emptyにはできません。
System.ArgumentException電卓のbuttonKeyが正しくありません。DropDownCalculator.ButtonKeys プロパティから電卓に登録されているボタンの識別名のコレクションを取得できます。
System.ArgumentException同じ key がすでに追加されています。別のキーに変更してください。
参照

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

 

 


© 2004-2015 GrapeCity inc. All rights reserved.