Beta Documentation - Subject to change.

Gets the root nodes in the tree view control.

Syntax

Lua
function TreeView:GetNodes();

Returns

Type: TreeNodeList
The collection of root nodes in the tree view.

Remarks

Gets the root nodes in the tree view control.

See Also