Beta Documentation - Subject to change.

Sets the flag indicating if this node is currently expanded.

Syntax

Lua
function TreeNode:SetExpanded(value);

Parameters

value
Type: boolean
True if this node should be expanded.

Remarks

Sets the flag indicating if this node is currently expanded.

See Also