ComponentOne TreeView for WinForms
Contains Method (C1TreeNodeCollection)

C1.Win.TreeView Namespace > C1TreeNodeCollection Class : Contains Method
The column to locate in the collection.
Determines whether an element is in the C1TreeNodeCollection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As C1TreeNode _
) As Boolean
public bool Contains( 
   C1TreeNode item
)

Parameters

item
The column to locate in the collection.
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members