DialogTShowModal Method (Control) |
Shows the dialog and blocks until the user closes the dialog
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public T ShowModal(
Control owner
)
Public Function ShowModal (
owner As Control
) As T
member ShowModal :
owner : Control -> 'T
Parameters
- owner
- Type: Eto.FormsControl
The owner control that is showing the form
Return Value
Type:
TThe result of the modal dialog
Remarks
The owner specifies the control on the window that will be blocked from user input until
the dialog is closed.
See Also