IRibbonEdit.ImageIndex

Syntax

ImageIndex: Integer;

Description

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

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 text editor.

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

Example

The property use is given in the example for InnerWidth.

See also:

IRibbonEdit