ListView.CheckedIndexCollection

ListView.CheckedIndexCollection

System. Windows .Forms (system. windows .forms.dll) class

This collection class represents the set of indexes of the checked items in the ListView .

 public class  ListView.CheckedIndexCollection  : IList, ICollection, IEnumerable {  // Public Constructors  public  ListView.CheckedIndexCollection  (ListView  owner  );  // Public Instance Properties  public int  Count  {get; }  // implements ICollection  public bool  IsReadOnly  {get; }  // implements IList  public int  this  {get; }  // Public Instance Methods  public bool  Contains  (int  checkedIndex  );    public IEnumerator  GetEnumerator  ();  // implements IEnumerable  public int  IndexOf  (int  checkedIndex  ); } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net