MessageBoxIHandlerShowDialog Method |
Shows the dialog.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax DialogResult ShowDialog(
Control parent
)
Function ShowDialog (
parent As Control
) As DialogResult
abstract ShowDialog :
parent : Control -> DialogResult
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:
DialogResultThe dialog result.
See Also