ShellBrowserBaseSelectParent Method |
Moves up to the parent of the current shell object
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool SelectParent()
Public Function SelectParent As Boolean
public:
bool SelectParent()
member SelectParent : unit -> bool
Return Value
Type:
Booleantrue, if successful. false if no parent element is available or an error occured.
See Also