TreeNode Class
This class represents a single data item in a Tree object. Each TreeNode displays as a text label, and optionally a bitmap icon and a checkbox. The icon and checkbox appear to the left side of the text label. The icon can be used in one of two ways:
• As an indicator of the node's selected or unselected states—use SelectedBitmapLabelIndex to define which icon to use when the node is selected
• As an indicator of whether the node is expanded or contracted—use ExpandedBitmapLabelIndex to define which icon to use when the node is expanded
For more information, see in the
Language Reference Guide:
TreeNode Class.
Last modified date: 12/20/2023