dialog box identifiers definitions.
Variables | |
constexpr size_t | IDNONE |
No button was selected. | |
constexpr size_t | IDOK |
The OK button was selected. | |
constexpr size_t | IDCANCEL |
The Cancel button was selected. | |
constexpr size_t | IDABORT |
The Abort button was selected. | |
constexpr size_t | IDRETRY |
The Retry button was selected. | |
constexpr size_t | IDIGNORE |
The Ignore button was selected. | |
constexpr size_t | IDYES |
The Yes button was selected. | |
constexpr size_t | IDNO |
The No button was selected. | |
constexpr size_t | IDCLOSE |
The Close button was selected. | |
constexpr size_t | IDHELP |
The Help button was selected. | |
constexpr size_t | IDTRYAGAIN |
The Try button was selected. | |
constexpr size_t | IDCONTINUE |
The Continue button was selected. | |
constexpr size_t | IDTIMEOUT |
The bWait parameter was TRUE and the time-out interval elapsed. | |
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
No button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The OK button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Cancel button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Abort button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Retry button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Ignore button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Yes button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The No button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Close button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Help button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Try button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The Continue button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>
The bWait parameter was TRUE and the time-out interval elapsed.