RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.OverlayIndex Property

Determines which image from the image list is used as an overlay mask.

Pascal
property OverlayIndex: Integer;
C++
__property int OverlayIndex;

An overlay mask is an image drawn transparently over another image in the tree view. For example, to indicate that a node is no longer available, use an overlay image that puts an X over the current node's image. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!