System.Windows.Forms.TabPage.CreateControlsInstance C# (CSharp) Méthode

CreateControlsInstance() protected méthode

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