ListView::CheckedIndexCollection::IList::Contains Method (Object^)

 

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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual bool Contains(
	Object^ checkedIndex
) sealed = IList::Contains

Parameters

checkedIndex
Type: System::Object^

An index to locate in the ListView::CheckedIndexCollection.

Return Value

Type: System::Boolean

true if the index is found in the ListView::CheckedIndexCollection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: