This documentation is for the old version. Go to the latest Graphics Mill docs

IImageList Interface

This interface is implemented by all objects that can be used as an image storage for the ThumbnailListView control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Interface IImageList _
	Implements IDisposable
C#
public interface IImageList : IDisposable

Remarks

ThumbnailListView uses 3 types of images: small icons, large icons and thumbnails. Images of each type are stored in the appropriate image list. There is no need to use these implementations directly, that's why they are hidden.

You need not implement this interface yourself. You should use it only when you create your own kinds of items, that is when you implement the IListItem interface). You can get access to the image list through the parent of the list item.

Object Model




See Also

Reference