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

ListItem Class

This class represents partial implementation of the IListItem interface.

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

Syntax

Visual Basic
Public MustInherit Class ListItem _
	Implements IListItem
C#
public abstract class ListItem : IListItem

Remarks

You need not use this class directly. You should use the ThumbnailListItem class instead.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.ListItem

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model




See Also

Reference