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

IImageList.ContainsKey Method

Determines whether the list contains a specific key.

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

Syntax

Visual Basic
Function ContainsKey ( _
	key As Object _
) As Boolean
C#
                bool ContainsKey(
	Object key
)

Parameters

key

Type: System.Object

The key to locate in the list.

Return Value

true if the list contains an image with the specified key; otherwise, false.

See Also

Reference