메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void | ||
_ ( String id ) : String | ||
btnNo_Click ( Object sender, |
||
btnYes_Click ( Object sender, |
||
registerEventHandlers ( ) : void |
public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System | ||
controller | FormAskKeySoundGenerationUiListener | |
리턴 | System |
public setAlwaysPerformThisCheck ( bool value ) : void | ||
value | bool | |
리턴 | void |
public setAlwaysPerformThisCheckCheckboxText ( string value ) : void | ||
value | string | |
리턴 | void |
public setMessageLabelText ( string value ) : void | ||
value | string | 設定する文字列. |
리턴 | void |