Defines the root folder of this ShellTreeView
| C# | Visual Basic | Visual C++ |
public ShellFolder RootedAt { get; set; }
Public Property RootedAt As ShellFolder
public: property ShellFolder RootedAt { ShellFolder get (); void set (ShellFolder value); }
| Exception | Condition |
|---|---|
| COMException | A COM-Exception is thrown if the special folder
selected is not supported by the system the application is running on. |