.NET Windows Forms in a Nutshell
This class encapsulates a collection of Control objects contained by a TabPage . public class TabPage.TabPageControlCollection : ControlCollection { // Public Constructors public TabPage.TabPageControlCollection (TabPage owner ); // Public Instance Methods public override void Add (Control value ); // overrides Control.ControlCollection } Hierarchy
System.Object |