MessageBox Class |
Namespace: Eto.Forms
Name | Description | |
---|---|---|
Show(String, MessageBoxType) |
Shows a message box, blocking input to all windows of the application until closed
| |
Show(String, String, MessageBoxType) |
Shows a message box, blocking input to all windows of the application until closed
| |
Show(Control, String, MessageBoxType) |
Shows a message box, blocking only the window of the specified parent | |
Show(String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton) |
Shows a message box, blocking input to all windows of the application until closed
| |
Show(Control, String, String, MessageBoxType) |
Shows a message box, blocking only the window of the specified parent | |
Show(String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton) |
Shows a message box, blocking input to all windows of the application until closed
| |
Show(Control, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton) |
Shows a message box, blocking only the window of the specified parent | |
Show(Control, String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton) |
Shows a message box, blocking only the window of the specified parent |