When overridden in a derived class, is called to display a particular type of Win32 common dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . Boolean
If the user clicks the OK button of the dialog that is displayed (e.g. OpenFileDialog, SaveFileDialog), true is returned; otherwise, false.
Protected MustOverride Function RunDialog ( _
hwndOwner As IntPtr _
) As Booleanprotected abstract bool RunDialog(
IntPtr hwndOwner
)protected:
virtual bool RunDialog(
IntPtr hwndOwner
) abstractabstract RunDialog :
hwndOwner:IntPtr -> bool
Parameters
- hwndOwner
- Type: System
. . :: . IntPtr
Handle to the window that owns the dialog box.
Return Value
Type: SystemIf the user clicks the OK button of the dialog that is displayed (e.g. OpenFileDialog, SaveFileDialog), true is returned; otherwise, false.
Platforms
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.