IRibbonComboBox.ImageIndex

Fore Syntax

ImageIndex: Integer;

Fore.NET Syntax

ImageIndex: Integer;

Description

The ImageIndex property determines index of the image that should be displayed near the combo box.

Comments

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.

Example

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

See also:

IRibbonComboBox