ShellBrowserBaseSpecialFolder Property |
Get or set a special folder as the currently active folder
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
ShellFolder
Exceptions| Exception | Condition |
|---|
| COMException | A COM-Exception is thrown if the special folder
that is set is not supported by the system the application is running on. |
See Also