Метод | Описание | |
---|---|---|
AskQuestion ( string question ) : bool | ||
AskQuestion ( string question, string caption ) : bool | ||
AskQuestionFormatted ( string formatstring ) : bool | ||
AskQuestionFormatted ( string caption, string formatstring ) : bool | ||
ShowCustomDialog ( string caption, string dialogText ) : int | ||
ShowCustomDialog ( string caption, string dialogText, int acceptButtonIndex, int cancelButtonIndex ) : int | ||
ShowError ( |
||
ShowError ( |
||
ShowError ( string message ) : void | ||
ShowErrorFormatted ( string formatstring ) : void | ||
ShowInputBox ( string caption, string dialogText, string defaultValue ) : string | ||
ShowMessage ( string message ) : void | ||
ShowMessage ( string message, string caption ) : void | ||
ShowMessageFormatted ( string formatstring ) : void | ||
ShowMessageFormatted ( string caption, string formatstring ) : void | ||
ShowWarning ( string message ) : void | ||
ShowWarningFormatted ( string formatstring ) : void |
Метод | Описание | |
---|---|---|
Format ( string formatstring, string formatitems ) : string | ||
GetOptions ( string text, string caption ) : MessageBoxOptions | ||
IsRtlText ( string text ) : bool |
public static AskQuestion ( string question ) : bool | ||
question | string | |
Результат | bool |
public static AskQuestion ( string question, string caption ) : bool | ||
question | string | |
caption | string | |
Результат | bool |
public static AskQuestionFormatted ( string formatstring ) : bool | ||
formatstring | string | |
Результат | bool |
public static AskQuestionFormatted ( string caption, string formatstring ) : bool | ||
caption | string | |
formatstring | string | |
Результат | bool |
public static ShowCustomDialog ( string caption, string dialogText ) : int | ||
caption | string | |
dialogText | string | |
Результат | int |
public static ShowCustomDialog ( string caption, string dialogText, int acceptButtonIndex, int cancelButtonIndex ) : int | ||
caption | string | |
dialogText | string | |
acceptButtonIndex | int | |
cancelButtonIndex | int | |
Результат | int |
public static ShowError ( |
||
ex | ||
Результат | void |
public static ShowError ( |
||
ex | ||
message | string | |
Результат | void |
public static ShowError ( string message ) : void | ||
message | string | |
Результат | void |
public static ShowErrorFormatted ( string formatstring ) : void | ||
formatstring | string | |
Результат | void |
public static ShowInputBox ( string caption, string dialogText, string defaultValue ) : string | ||
caption | string | |
dialogText | string | |
defaultValue | string | |
Результат | string |
public static ShowMessage ( string message ) : void | ||
message | string | |
Результат | void |
public static ShowMessage ( string message, string caption ) : void | ||
message | string | |
caption | string | |
Результат | void |
public static ShowMessageFormatted ( string formatstring ) : void | ||
formatstring | string | |
Результат | void |
public static ShowMessageFormatted ( string caption, string formatstring ) : void | ||
caption | string | |
formatstring | string | |
Результат | void |
public static ShowWarning ( string message ) : void | ||
message | string | |
Результат | void |
public static ShowWarningFormatted ( string formatstring ) : void | ||
formatstring | string | |
Результат | void |