LinkLabel.LinkCollection

LinkLabel.LinkCollection

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

This collection class is used to contain the set of LinkLabel.Link objects in a LinkLabel .

 public class  LinkLabel.LinkCollection  : IList, ICollection, IEnumerable {  // Public Constructors  public  LinkLabel.LinkCollection  (LinkLabel  owner  );  // Public Instance Properties  public int  Count  {get; }  // implements ICollection  public bool  IsReadOnly  {get; }  // implements IList  public virtual Link  this  {set; get; }  // Public Instance Methods  public Link  Add  (int  start  , int  length  );    public Link  Add  (int  start  , int  length  , object  linkData  );    public virtual void  Clear  ();  // implements IList  public bool  Contains  (Link  link  );    public IEnumerator  GetEnumerator  ();  // implements IEnumerable  public int  IndexOf  (Link  link  );    public void  Remove  (Link  value  );    public void  RemoveAt  (int  index  );  // implements IList  } 


. 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