ShellTreeViewRootedAt Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellFolder RootedAt { get; set; }
Public Property RootedAt As ShellFolder
Get
Set
public:
property ShellFolder RootedAt {
ShellFolder get ();
void set (ShellFolder value);
}
member RootedAt : 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