CommonDialog::RunDialog Method (IntPtr)
.NET Framework (current version)
When overridden in a derived class, is called to display a particular type of Win32 common dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- hwndOwner
-
Type:
System::IntPtr
Handle to the window that owns the dialog box.
Return Value
Type: System::BooleanIf the user clicks the OK button of the dialog that is displayed (e.g. OpenFileDialog, SaveFileDialog), true is returned; otherwise, false.
The dialog that is eventually shown is assigned an owner window, which is specified by the hwndOwner parameter.
.NET Framework
Available since 3.0
Available since 3.0
Show: