public static List<Control> FindAllControls( Form Form, Type filterType )
Public Shared Function FindAllControls ( _ Form As Form, _ filterType As Type _ ) As List(Of Control)
public: static List<Control^>^ FindAllControls( Form^ Form, Type^ filterType )