ShellBrowserBaseBrowseObject Method |
Makes the currently active shell object the current folder.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool BrowseObject()
Public Function BrowseObject As Boolean
public:
bool BrowseObject()
member BrowseObject : unit -> bool
Return Value
Booleantrue, if successful. false if the current object is no folder or an error occured.
See Also