March 2003
Intermediate to advanced
896 pages
32h 35m
English
TabControl.ControlCollection
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 }
System.Object
→ ControlCollection(System.Collections.ILis,
System.Collections.ICollection,
System.Collections.IEnumerable,
System.ICloneable)
→ ControlCollection
Read now
Unlock full access