xtd 0.2.0
message_dialog_options.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/enum>
6 
8 namespace xtd {
10  namespace forms {
24  default_desktop_only = 0x00020000L,
26  right_align = 0x00080000L,
28  rtl_reading = 0x00100000L,
30  service_notification = 0x00200000L
31  };
32  }
33 }
34 
37 
38 template<> struct xtd::enum_register<xtd::forms::message_dialog_options> {
40 };
The message box is displayed on the active desktop.
The message box text is right-aligned.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
message_dialog_options
Specifies options on a message_box.
Definition: message_dialog_options.h:22
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
The message box is displayed on the active desktop.
Specifies that the message box text is displayed with right to left reading order.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition: flags_attribute.h:34
Provides the registration struct for enumerations.
Definition: enum_register.h:36