ShellTreeViewShowRootLines Property |
Indicates whether lines are displayed between root nodes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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:
BooleanSee Also