public static List<Control> FindAllChildren( ref Control Control, Type filterType )
Public Shared Function FindAllChildren ( _ ByRef Control As Control, _ filterType As Type _ ) As List(Of Control)
public: static List<Control^>^ FindAllChildren( Control^% Control, Type^ filterType )