BExplorer.Shell.ShellView.NavigateParent C# (CSharp) Méthode

NavigateParent() public méthode

Navigates to the parent of the currently displayed folder.
public NavigateParent ( ) : void
Résultat void
    public void NavigateParent() {
      if (this.CurrentFolder != null)
        Navigate_Full(this.CurrentFolder.Parent, true, true);
    }
ShellView