xtd 0.2.0
Loading...
Searching...
No Matches
dialog_box_identifiers.h File Reference
#include <cstddef>

Definition

Contains dialog box identifiers constants.

Go to the source code of this file.

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.