PowerTools SPREAD for ASP.NET 8.0J
CreateButtonEventArgs コンストラクタ

コマンドボタンのラベル
コマンドボタンのコマンド
コマンドボタンが無効かどうかを指定します。
CreateButton イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal label As String, _
   ByVal command As String, _
   ByVal disabled As Boolean _
)
public CreateButtonEventArgs( 
   string label,
   string command,
   bool disabled
)

パラメータ

label
コマンドボタンのラベル
command
コマンドボタンのコマンド
disabled
コマンドボタンが無効かどうかを指定します。
参照

CreateButtonEventArgs クラス
CreateButtonEventArgs メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.