PowerTools InputMan for ASP.NET 8.0J
ResponseEventArgs コンストラクタ(DialogType,Boolean,String)

メッセージボックスのタイプ。(GrapeCity.Web.Input.Core.DialogType型)
確認または入力メッセージボックスのOKボタンが押されたかどうか。(Boolean型)
入力メッセージボックスに入力されたテキスト。(String型)
指定したデータを含むResponseEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal dialogType As DialogType, _
   ByVal confirmed As Boolean, _
   ByVal text As String _
)
public ResponseEventArgs( 
   DialogType dialogType,
   bool confirmed,
   string text
)

パラメータ

dialogType
メッセージボックスのタイプ。(GrapeCity.Web.Input.Core.DialogType型)
confirmed
確認または入力メッセージボックスのOKボタンが押されたかどうか。(Boolean型)
text
入力メッセージボックスに入力されたテキスト。(String型)
参照

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

 

 


© 2005-2015 GrapeCity inc. All rights reserved.