Beta Documentation - Subject to change.

Sets the currently selected node.

Syntax

Lua
function TreeView:SetSelectedNode(value);

Parameters

value
Type: TreeNode
The node to select.

Remarks

Sets the currently selected node.

See Also