xtd 0.2.0
Loading...
Searching...
No Matches

◆ assert_dialog_result

Specifies identifiers to indicate the return value of an assert dialog box.

assert_dialog_result
Specifies identifiers to indicate the return value of an assert dialog box.
Definition assert_dialog_result.h:25
Header
#include <xtd/diagnostics/assert_dialog_result>
Namespace
xtd::diagnostics
Library
xtd.core
Remarks
The xtd::diagnostics::debug::show_assert_dialog method use this enumeration.
Enumerator
abort 

The assert dialog return value is Abort (usually sent from a button labeled Abort).

retry 

The assert dialog return value is Retry (usually sent from a button labeled Retry).

ignore 

The assert dialog return value is Ignore (usually sent from a button labeled Ignore).