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

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

 

 


© 2014 GrapeCity inc. All rights reserved.