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

キー値。
ボタンに表示するテキストの文字列。
ボタンに表示するテキスト項目を追加します。
構文
Public Overloads Function Add( _
   ByVal key As String, _
   ByVal value As String _
) As Integer
public int Add( 
   string key,
   string value
)

パラメータ

key
キー値。
value
ボタンに表示するテキストの文字列。

戻り値の型

項目のインデックス。
例外
例外解説
System.ArgumentNullExceptionkey は null または string.Empty にはできません。
System.ArgumentExceptionkey が電卓の正しいボタンキーではありません。すべてのボタンキーは GcCalculator.ButtonKeys プロパティから取得できます。
プラットフォーム

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

参照

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

Send Feedback