The following screen shot shows a FaceTree with multiple items:

The following table shows how you can get a Items object ( the red items indicates properties )
EXTREECUBELib.FaceTree "Items" -> EXTREECUBELib.Items EXTREECUBELib.Item "Items" -> EXTREECUBELib.Items
The following table shows how you can get a Items object ( the red items indicates properties )
EXTREECUBELib.Items <- "Items" of EXTREECUBELib.Item
The Items object supports the following properties and methods:


| Name | Description | |||
| Add | Adds a Item object to the collection and returns a reference to the newly created object. | |||
| Clear | Removes all objects in a collection. | |||
| CollapseAll | Collapses all items. | |||
| Count | Specifies the number of items. | |||
| ExpandAll | Expands all items. | |||
| Item | Returns a specific Item of the Items collection, by position. | |||
| Remove | Removes a specific member from the Items collection. | |||
| ToString | Loads or saves the Items collection using string representation. |