ShellBrowser .Net Edition
ConsiderRootedAtProperty Property
NamespacesJam.ShellShellControlConnectorConsiderRootedAtProperty
If this property is set to true the ShellControlConnector will take the RootedAt or RootedAtFileSystemFolder property of a connected ShellTreeView control into account. For example if RootedAt is set to "c:\" then the ShellControlConnector will filter out any folder change event that would point connected controls like the ShellListView to a folder that is not reachable by traversing the directory tree from the root given in the RootedAt directory.
Declaration Syntax
C#Visual BasicVisual C++
public bool ConsiderRootedAtProperty { get; set; }
Public Property ConsiderRootedAtProperty As Boolean
public:
property bool ConsiderRootedAtProperty {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)