ExplorerSettingsShellShowFavorites Method |
Determines if the Favorites or QuickAccess is displayed in Windows Explorer's Navigation Tree.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool ShellShowFavorites()
Public Shared Function ShellShowFavorites As Boolean
public:
static bool ShellShowFavorites()
static member ShellShowFavorites : unit -> bool
Return Value
Booleantrue if Favorites are displayed as root node, false otherwise.
Remarks
Always returns False for Windows XP and earlier operating systems.
See Also