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 {
22 none = 0,
24 error = 0x00000010L,
26 question = 0x00000020L,
28 warning = 0x00000030L,
30 information = 0x00000040L,
32 hand = error,
34 stop = error,
39 };
40 }
41}
42
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_icon
Specifies constants defining which information to display.
Definition message_dialog_icon.h:20
@ 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:36