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.hpp>
No button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The OK button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Cancel button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Abort button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Retry button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Ignore button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Yes button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The No button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Close button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Help button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Try button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The Continue button was selected.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.hpp>
The bWait parameter was TRUE and the time-out interval elapsed.