ISharedPlugins.SmallImages

Syntax

SmallImages: IGxImageList

Description

The SmallImages property returns collection of small 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 a collection of large images, use the ISharedPlugins.LargeImages property.

Example

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

See also:

ISharedPlugins