PowerTools PlusPak for Windows Forms 8.0J
ButtonText プロパティ
使用例 

電卓ボタンの表示用テキストを保持しているButtonTextCollectionコレクションを取得または設定します。
構文
Public Property ButtonText As ButtonTextCollection
public ButtonTextCollection ButtonText {get; set;}

プロパティ値

GcCalculator コントロールに関連する ButtonTextCollection オブジェクト。
使用例
次のサンプルコードは、ButtonText プロパティを使って、デフォルトで「*」に設定されている乗算ボタンの表示を「×」に変更する例を示しています。
GcCalculator1.ButtonText.Add("*", "×")
gcCalculator1.ButtonText.Add("*", "×");
プラットフォーム

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

参照

GcCalculator クラス
GcCalculator メンバ

Send Feedback