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 (Declaration) |
|---|
Public Interface IListItem |
| C# |
|---|
public interface IListItem |
| Visual C++ |
|---|
public interface class 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.