Click or drag to resize

BrowseForFolderRunDialog Method

Runs a directory open dialog.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override bool RunDialog(
	IntPtr pOwner
)

Parameters

pOwner
Type: SystemIntPtr
The owner.

Return Value

Type: Boolean
true if the dialog box was successfully run; otherwise, false.
Remarks
Runs a simple d
See Also