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

ControlCollection() public method

public ControlCollection ( Form owner ) : System
owner Form
return System
			public ControlCollection(Form owner) : base(owner) {
				this.form_owner = owner;
			}