xtd 0.2.0
Loading...
Searching...
No Matches
message_dialog_icon.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
24 none = 0,
26 error = 0x00000010L,
28 question = 0x00000020L,
30 warning = 0x00000030L,
32 information = 0x00000040L,
34 hand = error,
36 stop = error,
41 };
42 }
43}
44
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
message_dialog_icon
Specifies constants defining which information to display.
Definition message_dialog_icon.h:22
@ exclamation
The message box contains a symbol consisting of an exclamation point in a triangle with a yellow back...
@ none
The message box contain no symbols.
@ asterisk
The message box contains a symbol consisting of a lowercase letter i in a circle.
@ question
The message box contains a symbol consisting of a question mark in a circle. The question-mark messag...
@ hand
The message box contains a symbol consisting of a white X in a circle with a red background.
@ warning
The message box contains a symbol consisting of an exclamation point in a triangle with a yellow back...
@ information
The message box contains a symbol consisting of a lowercase letter i in a circle.
@ error
The message box contains a symbol consisting of white X in a circle with a red background.
@ stop
The message box contains a symbol consisting of white X in a circle with a red background.
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:38