| ExplorerSettingsShellShowLibraries Method  | 
 
            Returns True if Libraries should be shown in the navigation pane of the Windows Explorer according to user's settings or operating system standards.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
Syntaxpublic static bool ShellShowLibraries()
Public Shared Function ShellShowLibraries As Boolean
public:
static bool ShellShowLibraries()
static member ShellShowLibraries : unit -> bool 
Return Value
Type: 
BooleanBoolean
 Remarks
Remarks
            Always returns False for Windows XP and earlier operating systems.
            
 See Also
See Also