System.Web.UI.Control.CreateControlCollection C# (CSharp) Method

CreateControlCollection() protected method

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
return System.Web.UI.ControlCollection
		protected virtual ControlCollection CreateControlCollection () //DIT
		{
			return new ControlCollection (this);
		}