Vcl.ComCtrls.TComboExItem.OverlayImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverlayImageIndex: TImageIndex read FOverlayImageIndex  write SetOverlayImageIndex default -1;

C++

__property System::Uitypes::TImageIndex OverlayImageIndex = {read=FOverlayImageIndex, write=SetOverlayImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

Description

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

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.

See Also