IRibbonComboBox.ImageIndex

Syntax

ImageIndex: Integer;

Description

The ImageIndex property determines index of the image that is displayed near the combobox.

Comments

A source of images is set in the SmallImages property for the tab, which area contains the combobox. The selected image is displayed to the left of the combobox.

If the combobox is located in the area of common controls, image source is set in the IRibbon.Images property.

Example

The example of use is given in description of the AutoComplete property.

See also:

IRibbonComboBox