Click or drag to resize

ShellAddressBarSpecialFolder Property

Gets or sets the selected special folder to be set in the ShellAddressBar.

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

Property Value

Type: ShellFolder
One of the ShellFolder values, that represents the special folder.
Remarks
You can also specify a Path.
See Also