Determines whether the specified ListColumn is available in this collection.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Function Contains ( _ column As ListColumn _ ) As Boolean
public bool Contains( ListColumn column )
Type: Aurigma.GraphicsMill.WinControls.ListColumn
The ListColumn object to locate in the collection.