Overload List

  NameDescription
ShowDialog()()()

Shows the form as a modal dialog box with no owner window.

(Inherited from Form.)
ShowDialog(IWin32Window)

Shows the form as a modal dialog with the specified owner.

(Inherited from Form.)

See Also