Dialog<T> Methods |
The Dialog<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Close the dialog with the specified result
|
![]() | ShowModal() |
Shows the dialog and blocks until the user closes the dialog
|
![]() | ShowModal(Control) |
Shows the dialog and blocks until the user closes the dialog
|
![]() | ShowModalAsync() |
Shows the dialog modally asynchronously
|
![]() | ShowModalAsync(Control) |
Shows the dialog modally asynchronously
|