NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.ShowRootLines

Determines if lines are draw between nodes at the root of the tree view.

[Visual Basic]
Public Property ShowRootLines As Boolean
[C#]
public bool ShowRootLines {get; set;}
[C++]
public: __property bool get_ShowRootLines();
public: __property void set_ShowRootLines(bool);
[JScript]
public function get ShowRootLines() : Boolean;
public function set ShowRootLines(Boolean);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace