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

GetAllControls() public méthode

public GetAllControls ( ) : System.Windows.Forms.Control[]
Résultat System.Windows.Forms.Control[]
		public Control[] GetAllControls ()
		{
			return theView.Subviews.Select(x=> (x as IViewHelper).Host).ToArray();
		}