TreeView.getShowLines

Overview | Methods | This Package | All Packages

TreeView.getShowLines

Retrieves a boolean value indicating whether a line is drawn to connect each child node to its parent node in the tree view control.

Syntax

public boolean getShowLines()

Return Value

Returns true if a line is drawn to connect each child node to its parent node when the child node is visible in the tree view control; otherwise, returns false.

See Also   setShowLines