System.Windows.Forms.MdiClient.ControlCollection.ControlCollection C# (CSharp) Method

ControlCollection() public method

public ControlCollection ( MdiClient owner ) : System.Collections
owner MdiClient
return System.Collections
			public ControlCollection(MdiClient owner) : base(owner) {
				this.owner = owner;
			}
MdiClient.ControlCollection