Vcl.ComCtrls.TCustomComboBoxEx.Images
Delphi
property Images: TCustomImageList read FImages write SetImages;
C++
__property Vcl::Imglist::TCustomImageList* Images = {read=FImages, write=SetImages};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomComboBoxEx |
Description
Specifies the images that appear next to items in the combo box list.
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.