ComponentCollection

ComponentCollection

System.ComponentModel (system.dll) class

This class encapsulates the collection of Component objects owned by the Container . Note that while this collection is read-only, you add components to the Container using the IContainer.Add() method.

 public class  ComponentCollection  : ReadOnlyCollectionBase {  // Public Constructors  public  ComponentCollection  (IComponent[]  components  );  // Public Instance Properties  public virtual IComponent  this  {get; }    public virtual IComponent  this  {get; }  // Public Instance Methods  public void  CopyTo  (IComponent[]  array  , int  index  ); } 

Hierarchy

System.Object System.Collections.ReadOnlyCollectionBase(System.Collections.ICollectio, System.Collections.IEnumerable) ComponentCollection

Returned By

Container.Components , IContainer.Components



. 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