MessageBoxType Enumeration |
Message box type, to define the appearance of a
MessageBox
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public enum MessageBoxType
Public Enumeration MessageBoxType
Members
| Member name | Value | Description |
---|
| Information | 0 |
Informational message box, usually signified a lower case 'i' icon
|
| Warning | 1 |
Warning message box, usually signified by an exclamation mark icon
|
| Error | 2 |
Error message box, usually signified by a stop sign
|
| Question | 3 |
Question message box, usually signified by a question mark icon
|
Remarks
Usually the icon shown on the message box will change depending on this value.
See Also