ShellHistoryToolStripGoUp Method | 
            IShellControl interface implementation, empty for the ShellHistoryToolStrip.
            Calling this method has not effect.
            
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
BooleanAlways returns false in the current implementation.
Implements
IShellControlGoUp
See Also