Go up one level in the tree,
            does nothing if the SelectedNode is null of if the SelectedNode has no Parent (is root)
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
SyntaxPublic Function GoUp As Boolean
public:
virtual bool GoUp() sealed
abstract GoUp : unit -> bool 
override GoUp : unit -> bool 
Return Value
Type: 
Booleantrue, if the operation could be performed, false otherwise
Implements
IShellControlGoUp
See Also