NetXP 3.0 Reference

ListBarItemCollection.Contains Method 

Returns true if the specified ListBarItem is contained within this collection, otherwise false.

[Visual Basic]
Public Function Contains( _
   ByVal item As ListBarItem _
) As Boolean
[C#]
public bool Contains(
   ListBarItem item
);

Parameters

item
The ListBarItem to check.

Return Value

True if the specified ListBarItem is contained within this collection, False otherwise.

See Also

ListBarItemCollection Class | NETXP.Controls.Bars Namespace