Wimark.Controls Class Library  

TreeView.ShowRootLines Property

Gets or sets a value indicating whether lines are drawn between the tree nodes that are 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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeView Class | TreeView Members | Wimark.Controls Namespace