IRibbonPanel.ImageIndex

Fore Syntax

ImageIndex: Integer;

Fore.NET Syntax

ImageIndex: Integer;

Description

The ImageIndex property determines index of the image that should be connected with the panel.

Comments

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

Image set in this property is displayed in such cases:

Pressing the shortcut or button in the middle of the panel displays all control elements of the panel. The source of images for this property is set in the Images property of the component named Ribbon:

Example

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

See also:

IRibbonPanel