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

IListItem Interface

This interface should be implemented by any list item object.

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

Syntax

Visual Basic
Public Interface IListItem
C#
public interface IListItem

Remarks

In the current implementation of the Aurigma.GraphicsMill.WinControls the only one class implements this inteface - ThumbnailListItem. It represents file system objects as list items.

Note

Internal architecture of the ThumbnailListView control does not allow to share list items. One list item can be displayed only in one ThumbnailListView control. If you need to put the item from one ThumbnailListView control to another one, you should clone it. The Parent property enables you to verify whether the item already belongs to some control and get access to this control. Incorrect implementation of this property may lead to unpredictable results.

Object Model




See Also

Reference