UITreeNode.Add Method
Definition
Namespace: Brine2D.UI
| Overloads | |
|---|---|
| Add\(UITreeNode\) | Adds a pre-built child node and returns this. |
| Add\(string, object, bool\) | Adds a child node with the specified text and returns this to allow fluent chaining. |
UITreeNode.Add\(UITreeNode\) Method
Adds a pre-built child node and returns this.
Parameters
child UITreeNode
Returns
UITreeNode.Add\(string, object, bool\) Method
Adds a child node with the specified text and returns this
to allow fluent chaining.
Parameters
text System.String
tag System.Object
isExpanded System.Boolean