Skip to main content

TcxCheckListBoxItem.ImageIndex Property

Specifies the index of the image associated with a check list box item.

Declaration

property ImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

The ImageIndex property enables you to display an image adjacent to an item. The TCustomImageList object, providing the images for items is identified by the cxCheckListBox.Images property. The default property value (-1) specifies that an item does not display an image.

The following screenshot shows the check list box control which displays an image with its first, second and third items:

Property’s Value

0

1

1

-1

The default value of the ImageIndex property is -1.

See Also