RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItem.OverlayImageIndex Property

Identifies an overlay mask that is used to mask out portions of the image and selected image.

Pascal
property OverlayImageIndex: TImageIndex;
C++
__property TImageIndex OverlayImageIndex;

Set OverlayImageIndex to use an overlay mask with the images that the ImageIndex and SelectedImageIndex properties identify. An overlay mask is a black-and-white bitmap that is combined with another image so that every place the overlay mask is white appears transparent in the other image. 

OverlayImageIndex is an index into the Images property of the combo box. If OverlayImageIndex is -1, this item does not use an overlay mask. 

 

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