Name

ListView.CheckedListViewItemCollection

Synopsis

This collection represents the set of selected items in the ListView.


public class ListView.CheckedListViewItemCollection : IList, ICollection, IEnumerable {

// Public Constructors

   public ListView.CheckedListViewItemCollection(ListView owner);

// Public Instance Properties

   public int Count{get; }

// implements ICollection

   public bool IsReadOnly{get; }

// implements IList

   public ListViewItem this{get; }

// Public Instance Methods

   public bool Contains(ListViewItem item);

   public void CopyTo(Array dest, int index);  // implements ICollection

   public IEnumerator GetEnumerator();  // implements IEnumerable

   public int IndexOf(ListViewItem item);

}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.