property ComboBox.AssignEditImageOnSelect(ColIndex as Long) as Boolean
Assigns the edit's icon when the selection is changed.

TypeDescription
ColIndex as Long A long expression that indicates the index of column.
Boolean A boolean expression that indicates whether the control changes the edit's icon when selection is changed.

By default, the cell's icon is not displayed in the control's label.  The AssignEditImageOnSelect property specifies whether the label displays the cell's icon when selection is changed. The EditImage property assigns an icon to the column's edit box, if the Style property is DropDown. Use the CellImage property to assign an icon to a cell. Use the Images method to assign a list of icons to the control. The control fires the SelectionChanged event when the user selects a new item.