Name

TabControl.ControlCollection

Synopsis

This collection class represents the set of controls contained by the TabControl class.


public class TabControl.ControlCollection : ControlCollection {

// Public Constructors

   public TabControl.ControlCollection(TabControl 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

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.