Click or drag to resize

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
Members
  Member nameValueDescription
Information0 Informational message box, usually signified a lower case 'i' icon
Warning1 Warning message box, usually signified by an exclamation mark icon
Error2 Error message box, usually signified by a stop sign
Question3 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