TdxTreeViewNode.StateImageIndex Property
Specifies an index of the node’s additional image.
Declaration
property StateImageIndex: Integer read; write;
Property Value
Type | Description |
---|---|
Integer | An image index. |
Remarks
The Tree View provides access to an image storage. Assign an image’s index in this storage to the StateImageIndex property to display an additional image to the left of the node’s main image. You can assign -1 to this property to display no additional image in the node.
The default value of the StateImageIndex property is -1.
See Also