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

ThumbnailListView.CheckedItems Property

Gets an array of items which have been checked (i.e. checkboxes of these items are marked).

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

Syntax

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

Property Value

An array of list item objects that are checked. If no items checked, empty array is returned.

See Also

Reference