Click or drag to resize

ListViewListViewItemCollectionContains Method

Determines if the specified ListViewItem is a member of the collection.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public virtual bool Contains(
	ListViewItem item
)

Parameters

item
Type: ABB.Robotics.Tps.Windows.FormsListViewItem
The ListViewItem to locate in the collection.

Return Value

Type: Boolean
true if the ListViewItem is a member of the collection; otherwise, false.
See Also