DekGenius.com
[ Team LiB ] Previous Section Next Section

Form.ControlCollection

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

This collection class represents the set of objects contained by a Form.

public class Form.ControlCollection : ControlCollection {
// Public Constructors
   public Form.ControlCollection(Form owner);
// Public Instance Methods
   public override void Add(Control value);  // overrides Control.ControlCollection
   public override void Remove(Control value);  // overrides Control.ControlCollection
}

Hierarchy

System.Object ControlCollection(System.Collections.ILis, System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable) ControlCollection

    [ Team LiB ] Previous Section Next Section