Index or key into the ImageList control where the selected image for this item can be found.
Syntax
object.SelImage [= variant]
The SelImage property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
variant | A variant expression that evaluates to the index or the key value of an image in the ImageList control. |
Remarks
The SelImage property specifies the picture that will be displayed when an item is selected from the list. It also determines which picture will appear next to the item in the text box portion of the combo box. If you do not specify a value for the SelImage property, the item's picture will not change when the item is selected.