JamBaseShellListViewGoUp Method |
Goes up one directory level.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual bool GoUp()
Public Overridable Function GoUp As Boolean
public:
virtual bool GoUp()
abstract GoUp : unit -> bool
override GoUp : unit -> bool
Return Value
Type:
Booleantrue, 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
IShellControlGoUpSee Also