FileDialog::RunDialog Method (IntPtr)
.NET Framework (current version)
RunDialog is called to display a file dialog in a derived class, such as OpenFileDialog and SaveFileDialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] virtual bool RunDialog( IntPtr hwndOwner ) override
Parameters
- hwndOwner
-
Type:
System::IntPtr
Handle to the window that owns the dialog.
Return Value
Type: System::Booleantrue if the user clicks the OK button of the dialog that is displayed (for example, OpenFileDialog, SaveFileDialog); 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: