Dundas Chart for Windows Forms
Contains Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartAreaCollection Class : Contains Method


value

The object to locate in the collection.


The Object to locate in the collection. The element to locate can be a null reference.

Determines if a specific object is the collection.


Determines whether an element is in the collection.

Syntax

Visual Basic (Declaration)  
Public Function Contains( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartAreaCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
C#  
public bool Contains( 
   object value
)

Parameters

value

The object to locate in the collection.


The Object to locate in the collection. The element to locate can be a null reference.

Return Value

  A boolean value that indicates whether the specified object is a member of the collection.


true if item is found in the collection; otherwise, false.

Remarks

  A boolean value that indicates whether the specified object is a member of the collection.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.