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

CreateControlsInstance() protected method

protected CreateControlsInstance ( ) : ControlCollection
return ControlCollection
		protected override ControlCollection CreateControlsInstance ()
		{
			return new TabPageControlCollection (this);
		}