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.ShowLines

The ShowLines property determines if lines are drawn between nodes in the tree view.

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

See Also

TreeView Class | TreeView Members | System.WinForms Namespace