Skip to main content

TdxTreeViewNode.OverlayImageIndex Property

Specifies an index of the image used as the node image’s overlay mask.

Declaration

property OverlayImageIndex: 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 OverlayImageIndex property to apply an overlay mask to the node’s image. You can assign -1 to this property to apply no overlay mask to the displayed image.

The default value of the OverlayImageIndex property is -1.

See Also