IRibbonGroup.Images

Fore Syntax

Images: IImageList;

Fore.NET Syntax

Images: Prognoz.Platform.Interop.Forms.ImageList;

Description

The Images property determines the component that contains images that should be used by the control elements included in the group.

Comments

The following component should be set as a value of this property ImageListor GlobalImageList.

If this property is not defined, small images of the tab that houses the group are used for the controls included in the group.

Example

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

See also:

IRibbonGroup