IRibbonPanel.ImageIndex

Syntax

ImageIndex: Integer;

Description

The ImageIndex property determines index of the image that is related with the panel.

Comments

An image source is set in the Images property for the ribbon.

The image specified in this property is displayed in the following cases:

Clicking the shortcut or button in the middle of the panel displays all controls of the panel. The source of images for this property is set in the Images property of the component Ribbon:

Example

The example of use is given in description of the IRibbonPanels.Add method.

See also:

IRibbonPanel