Click or drag to resize

ShellAddressBarRootedAtLocation Property

You can use this property to set the specific folder, which should be used as root for the ShellAddressBar. This is a dependency property.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ItemIdList RootedAtLocation { get; set; }

Property Value

Type: ItemIdList
The ItemIdList to be used as root for the AddressBar.
See Also