.NET Framework Class Library
Form.ShowDialog Method
Shows the form as a modal dialog box.
|
Name
|
Description
|
|
Form.ShowDialog ()
|
Shows the form as a modal dialog box with the currently active window set as its owner.
Supported by the .NET Compact Framework.
|
|
Form.ShowDialog (IWin32Window)
|
Shows the form as a modal dialog box with the specified owner.
|