Method | Description | |
---|---|---|
ShowDialog ( string caption, string message ) : void |
Displays a simple dialog with an OK button.
|
|
ShowPrompt ( string caption, string message ) : bool |
Prompts the user with a yes-or-no question.
|
public static ShowDialog ( string caption, string message ) : void | ||
caption | string | The dialog caption. |
message | string | The dialog message. |
return | void |
public static ShowPrompt ( string caption, string message ) : bool | ||
caption | string | The dialog caption. |
message | string | The dialog message. |
return | bool |