Beta Documentation - Subject to change.

Gets the currently selected node.

Syntax

Lua
function TreeView:GetSelectedNode();

Returns

Type: TreeNode
The currently selected node.

Remarks

Gets the currently selected node.

See Also