FileDialog.ShowDialog Method
.NET Framework 4.5
Displays a common dialog.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ShowDialog() | Displays a common dialog. (Inherited from CommonDialog.) |
|
ShowDialog(Window) | Displays a common dialog. (Inherited from CommonDialog.) |
ShowDialog performs initialization tasks for all common dialogs before calling RunDialog. Since RunDialog requires an owner window, ShowDialog attempts to assign one in the following order of precedence:
The current application's active window.
The current application's parking window.
An internally generated hidden window.
- UIPermission
to execute this method without raising of an exception. Associated enumeration: AllWindows