Click or drag to resize

ShellTreeViewRootedAt Property

Defines the root folder of this ShellTreeView

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ShellFolder RootedAt { get; set; }

Property Value

Type: ShellFolder
Exceptions
ExceptionCondition
COMExceptionA COM-Exception is thrown if the special folder selected is not supported by the system the application is running on.
See Also