System.Windows.Forms.Control.CreateControlsInstance C# (CSharp) Method

CreateControlsInstance() private method

private CreateControlsInstance ( ) : ControlCollection
return ControlCollection
		protected virtual ControlCollection CreateControlsInstance() {
			return new ControlCollection(this);
		}
		
Control