System.Windows.Forms.ControlCollection.RemoveAt C# (CSharp) Метод

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void
		public void RemoveAt (int index)
		{
			theView.Subviews[index].RemoveFromSuperview ();
			SetTab ();
		}