Click or drag to resize

VistaFileDialog.RunDialog Method

Specifies a common dialog box.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override bool RunDialog(
	IntPtr hwndOwner
)

Parameters

hwndOwner
Type: System.IntPtr
A value that represents the window handle of the owner window for the common dialog box.

Return Value

Type: Boolean
true if the file could be opened; otherwise, false.
See Also