Click or drag to resize

DialogTShowModalAsync Method

Shows the dialog modally asynchronously

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

Return Value

Type: TaskT
The result of the modal dialog
See Also