ImageIndex: Integer;
ImageIndex: Integer;
The ImageIndex property determines index of the image that should be displayed near the combo box.
Source of images is set in the SmallImages property for the tab the area of which contains the combo box. The selected image is displayed to the left of the combo box.
If the combo box is situated in the area of common controls, image source is set in the IRibbon.Images property.
The example of use is given in description of the AutoComplete property.
See also: