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