Method Show
Show(Control)
When implemented by a class, displays the dialog with the specified parent control.
void Show(Control parentControl)
Parameters
parentControl
ControlParent container of the dialog.
Show()
When implemented by a class, displays the dialog.
void Show()