Beta Documentation - Subject to change.

The base for any element that will be part of a tree view control.

Remarks

This control is a container element that can be placed into a tree hierarchy. This base implementation has no built in functionality for expansion and collapsing. The programmer must explicitly call SetExpanded in response to mouse events.

Inheritance Hierarchy

Turbine.Object
  Turbine.UI.Control
    Turbine.UI.TreeNode

See Also