Aurigma Graphics Mill 5.5 for .NET
ThumbnailListView..::.SelectedIndices Property
Gets an array of indices 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 SelectedIndices As Integer()
C#
[BrowsableAttribute(false)] public int[] SelectedIndices { get; }