Click or drag to resize

ShellTreeViewRootedAt Property

Defines the root folder of this ShellTreeView

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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