Goes up one directory level.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override bool GoUp()
Public Overrides Function GoUp As Boolean
public:
virtual bool GoUp() override
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