JamBaseShellListViewGoUp Method |
Goes up one directory level.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual bool GoUp()
Public Overridable Function GoUp As Boolean
public:
virtual bool GoUp()
abstract GoUp : unit -> bool
override GoUp : unit -> bool
Return Value
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
IShellControlGoUp
See Also