PowerTools PlusPak for Windows Forms 8.0J
FunctionKeyButton コンストラクタ(Keys,String)

ボタンのショートカットキーを示す System.Windows.Forms.Keys の値の1つ
ボタンに表示する文字列
FunctionKeyButton クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal functionKey As Keys, _
   ByVal text As String _
)
public FunctionKeyButton( 
   Keys functionKey,
   string text
)

パラメータ

functionKey
ボタンのショートカットキーを示す System.Windows.Forms.Keys の値の1つ
text
ボタンに表示する文字列
プラットフォーム

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

参照

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

Send Feedback