Метод | Описание | |
---|---|---|
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 isAlwaysPerformThisCheck ( ) : bool | ||
Результат | bool |
public setAlwaysPerformThisCheck ( bool value ) : void | ||
value | bool | |
Результат | void |
public setAlwaysPerformThisCheckCheckboxText ( string value ) : void | ||
value | string | |
Результат | void |
public setMessageLabelText ( string value ) : void | ||
value | string | 設定する文字列. |
Результат | void |
public setNoButtonText ( string value ) : void | ||
value | string | |
Результат | void |
public setYesButtonText ( string value ) : void | ||
value | string | |
Результат | void |
public showDialog ( Object parent_form ) : int | ||
parent_form | Object | |
Результат | int |