Click or drag to resize

MessageBox Class

Methods to show a standard message box with display text, buttons, and typically an icon indicating the type
Inheritance Hierarchy
SystemObject
  Eto.FormsMessageBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class MessageBox
Methods
  NameDescription
Public methodStatic memberShow(String, MessageBoxType)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(String, String, MessageBoxType)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, MessageBoxType)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, String, MessageBoxType)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(Control, String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking only the window of the specified parent
Top
See Also