IRibbonButton.ImageIndex

Syntax

ImageIndex: Integer;

Description

The ImageIndex property determines index of the small image that is displayed on the button near the text.

Comments

Source of images is set in the SmallImages property for the tab, in the area of which the button is placed.

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

NOTE. The image specified in this property is displayed if a shortcut for the control was created on the quick access toolbar.

Example

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

See also:

IRibbonButton