Skip to main content
.NET Framework Class Library
CommonDialog..::.ShowDialog Method





Runs a common dialog box.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodShowDialog()()()Runs a common dialog box with a default owner.
Public methodShowDialog(IWin32Window)Runs a common dialog box with the specified owner.
Top