ShellBrowser .Net Edition
SpecialFolder Property
NamespacesJam.ShellShellSystemListSpecialFolder
SpecialFolder allows you to set or get the type of the currently listed folder. You can use the ShellFolder constants here.
Declaration Syntax
C#Visual BasicVisual C++
public ShellFolder SpecialFolder { get; set; }
Public Property SpecialFolder As ShellFolder
public:
property ShellFolder SpecialFolder {
	ShellFolder get ();
	void set (ShellFolder value);
}
Exceptions
ExceptionCondition
COMExceptionA COM-Exception is thrown if the special folder selected is not supported by the system the application is running on.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)