CommonDialog::ShowDialog Method ()
.NET Framework (current version)
Displays a common dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
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.
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: