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

IndexOf() public method

public IndexOf ( Control item ) : int
item Control
return int
		public int IndexOf (Control item)
		{
			return theView.Subviews.ToList ().IndexOf (item);
			
		}