Gets the indexes of the currently checked items in the control.
<BrowsableAttribute(False)> _ Public ReadOnly Property CheckedIndices As ListView..::.CheckedIndexCollection
Dim instance As ListView Dim value As ListView..::.CheckedIndexCollection value = instance.CheckedIndices
[BrowsableAttribute(false)] public ListView..::.CheckedIndexCollection CheckedIndices { get; }
[BrowsableAttribute(false)] public: property ListView..::.CheckedIndexCollection^ CheckedIndices { ListView..::.CheckedIndexCollection^ get (); }
public function get CheckedIndices () : ListView..::.CheckedIndexCollection
This property is only useful when the CheckBoxes property of the ListView control is set to true. The CheckedIndices property returns a collection containing the index positions in the ListView..::.ListViewItemCollection of all items that are checked in the control. For more information on how to manipulate the items in the collection, see ListView..::.CheckedIndexCollection.
If you want to obtain a collection of the items that are checked in the ListView control, instead of the index positions of the items that are checked, use the CheckedItems property.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98