Overload List
| Name | Description | |
|---|---|---|
| ShowDialog()()() | Shows the form as a modal dialog box with no owner window. | |
| ShowDialog(IWin32Window) | Shows the form as a modal dialog with the specified owner. | |
| ShowDialog(Exception) |
Show the dialog with the exception exception.
| |
| ShowDialog(Exception, Boolean) |
Show the dialog with the exception exception.
| |
| ShowDialog(IWin32Window, Exception, Boolean) |
Show the dialog with the exception exception.
|