RunDialog is called to display a file dialog in a derived class, such as OpenFileDialog and SaveFileDialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . Boolean
true if the user clicks the OK button of the dialog that is displayed (for example, OpenFileDialog, SaveFileDialog); otherwise, false.
Protected Overrides Function RunDialog ( _
hwndOwner As IntPtr _
) As Booleanprotected override bool RunDialog(
IntPtr hwndOwner
)protected:
virtual bool RunDialog(
IntPtr hwndOwner
) overrideabstract RunDialog :
hwndOwner:IntPtr -> bool
override RunDialog :
hwndOwner:IntPtr -> bool Parameters
- hwndOwner
- Type: System
. . :: . IntPtr
Handle to the window that owns the dialog.
Return Value
Type: Systemtrue if the user clicks the OK button of the dialog that is displayed (for example, OpenFileDialog, SaveFileDialog); 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.