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.
| Lua |
|---|
function TreeNode:SetExpanded(value); |