Manager..::..FindAllControls Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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
)

Parameters

Form
Type: Form
filterType
Type: Type