property ComboBox.EditImage(ColIndex as Long) as Long
Specifies a value that indicates the index of icon being displayed on the column's edit box.

TypeDescription
ColIndex as Long A long expression that indicates the column's index.
Long A long expression that indicates the index of the image in the Images collection being displayed on the column's edit box.

The EditImage property displays an icon in the column's edit box area. Use the Images method to assign a list of icons to the control. Use the AssignEditImageOnSelect property to automatically display the cell's icon in the column's edit box. The AssignEditImageOnSelect property has effect if the Style property is DropDown. By default, the EditImage property is 0. The Images collection is 1 based. Use the CellImage property to assign an icon to a cell. The control fires the SelectionChanged event when the user selects a new item.