MessageBoxIHandler Interface |
Namespace: Eto.Forms
The MessageBoxIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Buttons |
Gets or sets which buttons to show on the message box.
| |
| Caption |
Gets or sets the caption for the title bar or heading of the message box.
| |
| DefaultButton |
Gets or sets the default button, or Default to automatically select either Cancel or No if displayed.
| |
| Text |
Gets or sets the body text of the message box.
| |
| Type |
Gets or sets the type of message box, usually changing the icon displayed.
|
| Name | Description | |
|---|---|---|
| ShowDialog |
Shows the dialog.
|