TreeNodeList
From LoTROInterface Wiki
API Reference > Turbine.UI.TreeNodeList
Defines a list of controls.
Methods
| Name | Description |
|---|---|
| Add | Adds a tree node. |
| Clear | Clears the nodes from the list. |
| Contains | Test is the list contains a specific tree node. |
| Get | Gets the node at the specified index. |
| GetCount | Gets the number of tree nodes. |
| IndexOf | Gets the index of a tree node in the list. |
| Remove | Removes a tree node from the list. |
| RemoveAt | Removes a tree node at the specified index. |
Remarks
This class is directly used by a Control class to maintain its list of child controls. From this list other controls can be added or removed as children of the owner control.
Inheritence Hierarchy
- Turbine.UI.TreeNodeList