System.Windows.Forms.TabControl.TabPageCollection.TabPageCollection C# (CSharp) Méthode

TabPageCollection() public méthode

public TabPageCollection ( TabControl owner ) : System
owner TabControl
Résultat System
			public TabPageCollection (TabControl owner)
			{
				if (owner == null)
					throw new ArgumentNullException ("Value cannot be null.");
				this.owner = owner;
			}