xtd 0.2.0
Loading...
Searching...
No Matches
assert dialog result

Definition

assert dialog result definitions.

Warning
Internal use only

Variables

constexpr int32_t ADR_ABORT
 The assert dialog return value is Abort (usually sent from a button labeled Abort).
 
constexpr int32_t ADR_RETRY
 The assert dialog return value is Retry (usually sent from a button labeled Retry).
 
constexpr int32_t ADR_IGNORE
 The assert dialog return value is Ignore (usually sent from a button labeled Ignore).
 

Variable Documentation

◆ ADR_ABORT

constexpr int32_t ADR_ABORT
constexpr

#include <xtd.core.native/include/xtd/native/assert_dialog_results.h>

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

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ADR_RETRY

constexpr int32_t ADR_RETRY
constexpr

#include <xtd.core.native/include/xtd/native/assert_dialog_results.h>

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

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ADR_IGNORE

constexpr int32_t ADR_IGNORE
constexpr

#include <xtd.core.native/include/xtd/native/assert_dialog_results.h>

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

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only