ShellSearchEditGoUp Method |
Move in all connected controls from the current to the parent folder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
SyntaxPublic Function GoUp As Boolean
public:
virtual bool GoUp() sealed
abstract GoUp : unit -> bool
override GoUp : unit -> bool
Return Value
BooleanReturns
True if the change of the folder was successfull or
False otherwise.
Implements
IShellControlGoUp
See Also