System.Windows.Forms.ControlCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : Control
index int
return Control
		public Control this[int index] {
			get { return (theView.Subviews[index] as IViewHelper).Host ;	}

			set { theView.Subviews[index] = value; }
		}
		//TODO: Make it work, It doesn't work as is