.NET Windows Forms in a Nutshell

MdiClient.ControlCollection

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

This class is for internal use and should not be called from your own code.

public class MdiClient.ControlCollection : ControlCollection { // Public Constructors public MdiClient.ControlCollection (MdiClient 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

Категории