Click or drag to resize

ShellTreeViewGoUp Method

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 (in ShellBrowser.dll) Version: 7.0
Syntax
public bool GoUp()

Return Value

Type: Boolean
true, if the operation could be performed, false otherwise

Implements

IShellControlGoUp
See Also