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