IRibbonPaletteButton.Images

Fore Syntax

Images: IImageList;

Fore.NET Syntax

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

Description

The Images property determines the component that contains the images that should be used in the main set of graphic buttons.

Comments

The following component should be set as a value of this property ImageList, or GlobalImageList.

Example

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

See also:

IRibbonPaletteButton