Dialog Methods |
Name | Description | |
---|---|---|
ShowModal |
Shows the dialog modally, blocking the current thread until it is closed.
| |
ShowModal(Control) |
Shows the dialog modally, blocking the current thread until it is closed.
| |
ShowModalAsync |
Shows the dialog modally asynchronously
| |
ShowModalAsync(Control) |
Shows the dialog modally asynchronously
|