ShellTreeViewShowRootLines Property |
Indicates whether lines are displayed between root nodes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 6.2
Syntaxpublic bool ShowRootLines { get; set; }
Public Property ShowRootLines As Boolean
Get
Set
public:
property bool ShowRootLines {
bool get ();
void set (bool value);
}
member ShowRootLines : bool with get, set
Property Value
Type:
Boolean
See Also