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

ThumbnailListView.Items Property

Gets a collection of the list items.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Items As ListItemCollection
C#
[BrowsableAttribute(false)]
public ListItemCollection Items { get; }

Property Value

An instance of the ListItemCollection class which stores items associated with this control.

See Also

Reference