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

ThumbnailListView.SelectedItems Property

Gets an array of items which have been selected (i.e. highlighted by a blue frame).

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

Syntax

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

Property Value

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

See Also

Reference