Method | Description | |
---|---|---|
FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System | ||
close ( bool value ) : void |
フォームを閉じます. valueがtrueのときダイアログの結果をCancelに,それ以外の場合はOKとなるようにします.
|
|
isAlwaysPerformThisCheck ( ) : bool | ||
setAlwaysPerformThisCheck ( bool value ) : void | ||
setAlwaysPerformThisCheckCheckboxText ( string value ) : void | ||
setMessageLabelText ( string value ) : void |
メッセージの文字列を設定します.
|
|
setNoButtonText ( string value ) : void | ||
setYesButtonText ( string value ) : void | ||
showDialog ( Object parent_form ) : int |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
_ ( String id ) : String | ||
btnNo_Click ( Object sender, |
||
btnYes_Click ( Object sender, |
||
registerEventHandlers ( ) : void |
public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System | ||
controller | FormAskKeySoundGenerationUiListener | |
return | System |
public setAlwaysPerformThisCheck ( bool value ) : void | ||
value | bool | |
return | void |
public setAlwaysPerformThisCheckCheckboxText ( string value ) : void | ||
value | string | |
return | void |
public setMessageLabelText ( string value ) : void | ||
value | string | 設定する文字列. |
return | void |
public setNoButtonText ( string value ) : void | ||
value | string | |
return | void |
public setYesButtonText ( string value ) : void | ||
value | string | |
return | void |
public showDialog ( Object parent_form ) : int | ||
parent_form | Object | |
return | int |