Click or drag to resize

ShellComboBoxSpecialFolder Property

Gets or sets the special folder to be displayed.

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

Property Value

Type: ShellFolder
The special folder.
Remarks
The property allows to set the SpecialFolder in code. Use Location if the displayed special folder should be set via databinding.
See Also