ISharedPlugins.LargeImages

Syntax

LargeImages: IGxImageList

Description

The LargeImages property returns collection of large images used as plugin icons.

Comments

To correctly store the collection of images, set the Resources object used by plugins. To set the object, use the ISharedPlugins.Resource property.

To get collection of small images, use the ISharedPlugins.SmallImages property.

Example

The property use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedPlugins