CommonDialog::ShowDialog Method (Window^)
.NET Framework (current version)
Displays a common dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- owner
-
Type:
System.Windows::Window^
Handle to the window that owns the dialog.
Return Value
Type: System::Nullable<Boolean>If the user clicks the OK button of the dialog that is displayed (e.g. OpenFileDialog, SaveFileDialog), true is returned; otherwise, false.
ShowDialog performs initialization tasks for all common dialogs before calling RunDialog. Additionally, the dialog that is eventually shown is assigned an owner window, which is specified by the owner parameter.
In the current implementation, the derived classes (OpenFileDialog and SaveFileDialog) will only return true or false.
UIPermission
to execute this method without raising of an exception. Associated enumeration: AllWindows
.NET Framework
Available since 3.0
Available since 3.0
Show: