| ExplorerSettingsShellExpandToCurrentFolder Method  | 
 
            Returns True if Windows Explorer automatically jumps to the selected folder; False otherwise.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
Syntaxpublic static bool ShellExpandToCurrentFolder()
Public Shared Function ShellExpandToCurrentFolder As Boolean
public:
static bool ShellExpandToCurrentFolder()
static member ShellExpandToCurrentFolder : unit -> bool 
Return Value
Type: 
BooleanBoolean
 Remarks
Remarks
             Corresponds to the user setting: View > Options > Navigation Pane > Automatically expand to current folder
             Always returns True for operating systems prior to Windows 7.
            
 See Also
See Also