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

ListItemCollection.IndexOf Method

Returns an index of the specified item in the collection.

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

Syntax

Visual Basic
Public Function IndexOf ( _
	value As IListItem _
) As Integer
C#
public int IndexOf(
	IListItem value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IListItem

The list item object to locate in the collection.

Return Value

A zero-based index of specified item object in the collection, if found; otherwise, -1.

See Also

Reference