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 (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property SelectedIndices As Integer()
C#
[BrowsableAttribute(false)]
public int[] SelectedIndices { get; }
Visual C++
[BrowsableAttribute(false)]
public:
property array<int>^ SelectedIndices {
	array<int>^ get ();
}

Property Value

An array of indices of selected items. If no items selected, empty array is returned.

See Also