ListView::CheckedIndexCollection::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.
Checks whether the index corresponding with the ListViewItem is checked.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- checkedIndex
-
Type:
System::Object^
An index to locate in the ListView::CheckedIndexCollection.
Return Value
Type: System::Booleantrue if the index is found in the ListView::CheckedIndexCollection; otherwise, false.
Implements
IList::Contains(Object^)
.NET Framework
Available since 1.1
Available since 1.1
Show: