Click or drag to resize

MessageBoxIHandler Interface

Handler interface for the MessageBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler

The MessageBoxIHandler type exposes the following members.

Properties
  NameDescription
Public propertyButtons
Gets or sets which buttons to show on the message box.
Public propertyCaption
Gets or sets the caption for the title bar or heading of the message box.
Public propertyDefaultButton
Gets or sets the default button, or Default to automatically select either Cancel or No if displayed.
Public propertyText
Gets or sets the body text of the message box.
Public propertyType
Gets or sets the type of message box, usually changing the icon displayed.
Top
Methods
  NameDescription
Public methodShowDialog
Shows the dialog.
Top
See Also