ListView::CheckedListViewItemCollection::IList::Contains Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Verifies whether the item is checked.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- item
-
Type:
System::Object^
A ListViewItem to locate in the ListView::CheckedListViewItemCollection.
Return Value
Type: System::Booleantrue if item is found in the ListView::CheckedListViewItemCollection; otherwise, false.
Implements
IList::Contains(Object^)
.NET Framework
Available since 1.1
Available since 1.1
Show: