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

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

パラメータ

key
キー値。
buttonKey
ボタンのキー。

戻り値の型

キーのインデックス。
例外
例外解説
System.ArgumentNullExceptionbuttonKey は null または string.Empty にはできません。
System.ArgumentExceptionbuttonKey は正しいボタンのキーではありません。GcCalculator.ButtonKeys プロパティからすべてのボタンキーを取得することができます。
System.ArgumentException同じ key がすでに追加されています。値を変更してください。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback