xtd 0.2.0
Loading...
Searching...
No Matches
message_dialog_buttons.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
22 ok = 0,
24 ok_cancel = 1,
28 yes_no_cancel = 3,
30 yes_no = 4,
32 retry_cancel = 5
33 };
34 }
35}
36
40};
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
message_dialog_buttons
Specifies constants defining which buttons to display on a message_box.
Definition message_dialog_buttons.h:20
@ ok
The dialog box return value is OK (usually sent from a button labeled OK).
@ yes_no
The message box contains Yes and No buttons.
@ ok
The message box contains an OK button.
@ yes_no_cancel
The message box contains Yes, No, and Cancel buttons.
@ retry_cancel
The message box contains Retry and Cancel buttons.
@ ok_cancel
The message box contains OK and Cancel buttons.
@ abort_retry_ignore
&brief The message box contains Abort, Retry, and Ignore buttons
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36