Dundas Chart for ASP.NET
Contains Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > AnimationElementsCollection Class : Contains Method


value
Given object to be checked for in collection.
Object to check.
Enterprise Only Feature. Determines if the collection contains the given object.
Check if specified object exists in the collection.

Syntax

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

Parameters

value
Given object to be checked for in collection.
Object to check.

Return Value

True if object is contained in the collection, otherwise false.
True if object exist.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.