BrowseForFolderRunDialog Method |
Runs a directory open dialog.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override bool RunDialog(
IntPtr pOwner
)
Protected Overrides Function RunDialog (
pOwner As IntPtr
) As Boolean
protected:
virtual bool RunDialog(
IntPtr pOwner
) override
abstract RunDialog :
pOwner : IntPtr -> bool
override RunDialog :
pOwner : IntPtr -> bool
Parameters
- pOwner
- Type: SystemIntPtr
The owner.
Return Value
Type:
Booleantrue if the dialog box was successfully run; otherwise, false.
Remarks Runs a simple d
See Also