ISharedPlugins.SmallImages

Fore Syntax

SmallImages: Prognoz.Platform.Interop.Drawing.IGxImageList

Fore.NET Syntax

SmallImages: Prognoz.Platform.Interop.Drawing.GxImageList

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.

Fore and Fore.NET Examples

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

See also:

ISharedPlugins