Aurigma Graphics Mill 5.5 for .NET
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.


