BrowseForFolderRunDialog Method |
Runs a directory open dialog.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 IntPtr
- The owner.
Return Value
Booleantrue if the dialog box was successfully run; otherwise, false.
RemarksRuns a simple d
See Also