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

IndexOf() public méthode

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