APNSoft Controls [4.5.2.20] - API Reference
APNSoftElementCollection.Contains Method
Determines whether an element is in the collection.
[Visual Basic]
Public Function Contains( _
ByVal ID As String _
) As Boolean
[C#]
public bool Contains(
string ID
);
Parameters
- ID
- ID of the element.
Return Value
true if element is found in the collection; otherwise, false.
See Also
APNSoftElementCollection Class | APNSoft.WebControls Namespace