Form Methods


.NET Framework Class Library
Form..::.ShowDialog Method

Shows the form as a modal dialog box.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkShowDialog()()()Shows the form as a modal dialog box with the currently active window set as its owner.
Public methodShowDialog(IWin32Window)Shows the form as a modal dialog box with the specified owner.
Top
See Also

Reference

Tags :


Community Content

Thomas Lee
Closing does not Dispose

Closing this form does not call the dispose. Be careful of a memory leak.

Tags : contentbug

Page view tracker