Click or drag to resize

DialogTShowModalAsync Method (Control)

Shows the dialog modally asynchronously

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Task<T> ShowModalAsync(
	Control owner
)

Parameters

owner
Type: Eto.FormsControl
The owner control that is showing the form

Return Value

Type: TaskT

[Missing <returns> documentation for "M:Eto.Forms.Dialog`1.ShowModalAsync(Eto.Forms.Control)"]

Remarks
The owner specifies the control on the window that will be blocked from user input until the dialog is closed.
See Also