Click or drag to resize

ShellListViewSpecialFolder Property

SpecialFolder allows you to set or get the type of the currently listed folder. You can use the ShellFolder constants here.

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

Property Value

Type: ShellFolder
Exceptions
ExceptionCondition
COMExceptionA COM-Exception is thrown if the special folder selected is not supported by the system the application is running on.
See Also