Click or drag to resize

ExplorerBrowserSpecialFolder Property

Gets or sets the special folder to be displayed.

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

Property Value

ShellFolder
The special folder.
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