Click or drag to resize

MessageBoxShow Method (String, String, MessageBoxType)

Shows a message box, blocking input to all windows of the application until closed

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static DialogResult Show(
	string text,
	string caption,
	MessageBoxType type = MessageBoxType.Information
)

Parameters

text
Type: SystemString
Text for the body of the message box
caption
Type: SystemString
Caption for the title bar or heading of the message box
type (Optional)
Type: Eto.FormsMessageBoxType
Type of message box

Return Value

Type: DialogResult

[Missing <returns> documentation for "M:Eto.Forms.MessageBox.Show(System.String,System.String,Eto.Forms.MessageBoxType)"]

See Also