Click or drag to resize

MessageBoxIHandlerShowDialog Method

Shows the dialog.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
DialogResult ShowDialog(
	Control parent
)

Parameters

parent
Type: Eto.FormsControl
Optional parent. If specified, the parent's window should be blocked from input. If null, all windows should be blocked.

Return Value

Type: DialogResult
The dialog result.
See Also