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

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

If the combo box is situated 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