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()
Public Function ShowModalAsync As Task(Of T)
member ShowModalAsync : unit -> Task<'T>
Return Value
Type:
TaskTThe result of the modal dialog
See Also