xtd 0.2.0
Loading...
Searching...
No Matches
dialog box identifiers

Definition

dialog box identifiers definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ IDNONE

constexpr size_t IDNONE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

No button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDOK

constexpr size_t IDOK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The OK button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDCANCEL

constexpr size_t IDCANCEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Cancel button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDABORT

constexpr size_t IDABORT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Abort button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDRETRY

constexpr size_t IDRETRY
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Retry button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDIGNORE

constexpr size_t IDIGNORE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Ignore button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDYES

constexpr size_t IDYES
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Yes button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDNO

constexpr size_t IDNO
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The No button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDCLOSE

constexpr size_t IDCLOSE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Close button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDHELP

constexpr size_t IDHELP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Help button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDTRYAGAIN

constexpr size_t IDTRYAGAIN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Try button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDCONTINUE

constexpr size_t IDCONTINUE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The Continue button was selected.

Library
xtd.forms.native
Warning
Internal use only

◆ IDTIMEOUT

constexpr size_t IDTIMEOUT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/dialog_box_identifiers.h>

The bWait parameter was TRUE and the time-out interval elapsed.

Library
xtd.forms.native
Warning
Internal use only