Click or drag to resize

ShellListViewGoUp Method

Goes up one directory level.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override bool GoUp()

Return Value

Type: Boolean
true, if the operation was performed succesfully. false, if the operation could not be perofrmed, which can e.g. happen, if the current folder is the root of the shell namespace.

Implements

IShellControlGoUp
See Also