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

ListColumnCollection.Contains Method

Determines whether the specified ListColumn is available in this collection.

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

Syntax

Visual Basic
Public Function Contains ( _
	column As ListColumn _
) As Boolean
C#
public bool Contains(
	ListColumn column
)

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

The ListColumn object to locate in the collection.

Return Value

true if the column has been found in the collection; otherwise, false.

See Also

Reference