RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxEx.Images Property

Specifies the images that appear next to items in the combo box list.

Pascal
property Images: TCustomImageList;
C++
__property TCustomImageList Images;

Use Images to supply the list of images that appear beside items in the combo box's drop-down list. Each combo box item has an ImageIndex property that identifies an image in this list. In addition, Images can contain images that are used as overlay masks for the item images (to create non-rectangular images) and images that are used only when items are selected. The combo box items reference these images using their OverlayImageIndex and SelectedImageIndex properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!