SHOWLINES Attribute | ShowLines Property
Sets or retrieves a value that indicates whether or not to display connecting lines between nodes.
Syntax
Visual Basic Public Property ShowLines As bool C# public bool ShowLines { get; set; } Managed C++ public: __property bool get_ShowLines();
public: __property void set_ShowLines(bool);JScript public function get ShowLines() : bool;
public function set ShowLines(bool);
Possible Values
bShowLines bool that specifies or receives whether or not lines are displayed that connect nodes. false
No lines are displayed.trueDefault. Lines connecting nodes are displayed.The property is read/write. The property has a default value of true.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl