TreeView.getShowRootLines

Overview | Methods | This Package | All Packages

TreeView.getShowRootLines

Retrieves a boolean value indicating whether a line is drawn to connect all the root nodes of the tree view control.

Syntax

public boolean getShowRootLines()

Return Value

Returns true if a line is drawn to connect all the root nodes of the tree view control; otherwise, returns false.

Remarks

If the showLines property is set to false, no line is drawn to connect the root nodes of the tree view control, even if the value of the rootLines property is set to true.

See Also   setShowRootLines