Skip to main content

TcxCustomCheckListBox.Images Property

Specifies the images list which will be used as the source for the small images displayed along with check list box items.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

The Images property specifies the TCustomImageList object which contains the images that are displayed adjacent to check list box items. To assign an image to an item, edit the item’s ImageIndex property. If no image is required for an item, set the property’s value to -1 (the default value). Use the ImageLayout property to specify the position where the images will be displayed relative to their corresponding check list box items.

The following screenshot shows the check list box control which contains three items displaying custom images:

Item Images

See Also