Represents a common dialog box that displays assert box.
Windows | macOS | Gnome | |
---|---|---|---|
Light | | | |
Dark | | | |
Public Static Methods | |
static dialog_result | show (const iwin32_window &owner, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
Displays a assert box in front of the specified window. The assert box displays a specified assert. | |
static dialog_result | show (const iwin32_window &owner, const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
Displays a assert box in front of the specified window. The assert box displays a specified assert and caption. | |
static dialog_result | show (const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
Displays a assert box. The assert box displays a specified assert. | |
static dialog_result | show (const xtd::string &message, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) |
Displays a assert box. The assert box displays a specified assert and caption. | |
|
static |
Displays a assert box in front of the specified window. The assert box displays a specified assert.
owner | A iwin32_window that represents the owner window of the busy box. |
stack_frame | An stack_frame to display. |
|
static |
Displays a assert box in front of the specified window. The assert box displays a specified assert and caption.
owner | A iwin32_window that represents the owner window of the busy box. |
message | A string that specifies the message to display. |
stack_frame | An stack_frame to display. |
|
static |
Displays a assert box. The assert box displays a specified assert.
stack_frame | An stack_frame to display. |
|
static |
Displays a assert box. The assert box displays a specified assert and caption.
message | A string that specifies the message to display. |
stack_frame | An stack_frame to display. |