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

Property Value

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

See Also