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: 7.1
Syntax public static bool ShellExpandToCurrentFolder()
Public Shared Function ShellExpandToCurrentFolder As Boolean
public:
static bool ShellExpandToCurrentFolder()
static member ShellExpandToCurrentFolder : unit -> bool
Return Value
Type:
BooleanBoolean
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