FileDialog::RunDialog Method (IntPtr)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a common dialog box.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual bool RunDialog(
	IntPtr hWndOwner
) override

Parameters

hWndOwner
Type: System::IntPtr

A value that represents the window handle of the owner window for the common dialog box.

Return Value

Type: System::Boolean

true if the file could be opened; otherwise, false.

This method provides an implementation of RunDialog, and is invoked when the user of a file dialog invokes ShowDialog.

In the derived classes OpenFileDialog and SaveFileDialog an invalid file name Exception can be raised.

.NET Framework
Available since 1.1
Return to top
Show: