Click or drag to resize

BrowseForFolderRunDialog Method

Runs a directory open dialog.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected override bool RunDialog(
	IntPtr pOwner
)

Parameters

pOwner  IntPtr
The owner.

Return Value

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