System.Windows.Forms.ControlCollection.RemoveAt C# (CSharp) Méthode

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void
		public void RemoveAt (int index)
		{
			theView.Subviews[index].RemoveFromSuperview ();
			SetTab ();
		}