itemPicture

Type: Picture array

Availability: Read or write at run time only

The itemPicture property allows individual items in a ListBox control or ComboBox control to be assigned a picture that is displayed just before the text and after any images drawn by using the hasPictures, hasTreeLines, and hasPlusMinus properties.

Setting the value of this property to null clears the picture.

If you click on the itemPicture property, the list item receives the pictureDblClick or pictureClick event, and the list item is not selected. Only when the list item text is clicked is the item selected.