Displays a dialog box and write debug.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
|
|
|
| Dark |
|
|
|
Public Static Methods | |
| static xtd::forms::dialog_result | show (const xtd::string &text) |
| Displays a message box and write debug with specified text. | |
| static xtd::forms::dialog_result | show (const xtd::forms::iwin32_window &owner, const xtd::string &text) |
| Displays a message box in front of the specified window and write debug with specified text. | |
|
inlinestatic |
Displays a message box and write debug with specified text.
| text | The text to display in the message box. |
|
inlinestatic |
Displays a message box in front of the specified window and write debug with specified text.
| owner | An implementation of iwin32_window that will own the modal dialog box. |
| text | The text to display in the message box. |