Tree Object

Item text:

The visible text that will appear in the tree for the current item.

Item data:

Hidden text that is associated with the current item.

Image index:

The 0-based icon index from the Image List specified in the Tree object's properties that the current item will use. If no image should be displayed, set this value to -1.

Note: If a number is specified which is out of range of the image specified in the Image List property of the tree object, no image will be displayed.

Selected image index:

The 0-based icon index from the Image List specified in the Tree object's properties that the current item will use when selected. If no image should be displayed, set this value to -1.

Note: If a number is specified which is out of range of the image specified in the Image List property of the tree object, no image will be displayed.

Expand item

If checked, the current item will be expanded by default when your application is first launched.