IExplorerSettingsShellExpandToCurrentFolder 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 bool ShellExpandToCurrentFolder()
Function ShellExpandToCurrentFolder As Boolean
bool ShellExpandToCurrentFolder()
abstract ShellExpandToCurrentFolder : unit -> bool
Return Value
Type:
BooleanTrue if selecting a node from e.g. QuickAccess will select the linked folder, false if it the selection remains in QuickAccess.
Remarks
Corresponds to the user setting: View > Options > Navigation Pane > Automatically expand to current folder
See Also