Property | Type | Description | |
---|---|---|---|
buttonCancel | System.Windows.Forms.Button | ||
buttonSend | System.Windows.Forms.Button | ||
labelDescription | System.Windows.Forms.Label | ||
textMessage | System.Windows.Forms.TextBox | ||
uiListener | ExceptionNotifyFormUiListener |
Method | Description | |
---|---|---|
ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System | ||
close ( ) : void | ||
setCancelButtonText ( string value ) : void | ||
setDescription ( string value ) : void | ||
setExceptionMessage ( string value ) : void | ||
setSendButtonText ( string value ) : void | ||
setTitle ( string value ) : void | ||
showDialog ( object parent_form ) : int |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
|
|
buttonCancel_Click ( object sender, |
||
buttonSend_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
return | void |
public ExceptionNotifyFormUiImpl ( ExceptionNotifyFormUiListener listener ) : System | ||
listener | ExceptionNotifyFormUiListener | |
return | System |
public setCancelButtonText ( string value ) : void | ||
value | string | |
return | void |
public setDescription ( string value ) : void | ||
value | string | |
return | void |
public setExceptionMessage ( string value ) : void | ||
value | string | |
return | void |
public setSendButtonText ( string value ) : void | ||
value | string | |
return | void |
public showDialog ( object parent_form ) : int | ||
parent_form | object | |
return | int |
protected System.Windows.Forms.Button buttonCancel | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.Button buttonSend | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.Label labelDescription | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox textMessage | ||
return | System.Windows.Forms.TextBox |