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

ListItemCollection.Contains Method

Determines whether specified list item object is available in the collection.

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

Syntax

Visual Basic
Public Function Contains ( _
	value As IListItem _
) As Boolean
C#
public bool Contains(
	IListItem value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IListItem

The object implementing the IListItem interface to locate in the collection.

Return Value

trueif the item is found in the collection; otherwise, false.

See Also

Reference