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

IImageList.IndexOfKey Method (Object)

Returns a zero-based index of the specified key in the list.

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

Syntax

Visual Basic
Function IndexOfKey ( _
	key As Object _
) As Integer
C#
                int IndexOfKey(
	Object key
)

Parameters

key

Type: System.Object

The key to locate in the list.

Return Value

A zero-based index of key, if key is found in the list; otherwise, -1.

See Also

Reference