ShellControlConnectorConsiderRootedAtProperty Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ConsiderRootedAtProperty { get; set; }
Public Property ConsiderRootedAtProperty As Boolean
Get
Set
public:
property bool ConsiderRootedAtProperty {
bool get ();
void set (bool value);
}
member ConsiderRootedAtProperty : bool with get, set
Property Value
Type:
BooleanSee Also