CommonDialog.RunDialog Method
.NET Framework 4
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.