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

メッセージボックスのタイプ。(型)
確認または入力メッセージボックスの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
メッセージボックスのタイプ。(型)
confirmed
確認または入力メッセージボックスのOKボタンが押されたかどうか。(Boolean型)
text
入力メッセージボックスに入力されたテキスト。(String型)
参照

参照

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

 

 


© MESCIUS inc. All rights reserved.