ShellSystemListSpecialFolder 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 (in ShellBrowser.dll) Version: 7.1
Syntax public ShellFolder SpecialFolder { get; set; }
Public Property SpecialFolder As ShellFolder
Get
Set
public:
property ShellFolder SpecialFolder {
ShellFolder get ();
void set (ShellFolder value);
}
member SpecialFolder : ShellFolder with get, set
Property Value
Type:
ShellFolderExceptions Exception | Condition |
---|
COMException | A COM-Exception is thrown if the special folder selected
is not supported by the system the application is running on. |
See Also