Click or drag to resize

BrowseForFolderRunDialog Method

Runs a directory open dialog.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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