Manager..::..FindAllChildren Method

Recursively find all child controls for a control

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

Syntax


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
)

Parameters

Control
Type: Control%
that is the starting container to check for children.
filterType
Type: Type

Return Value

that contains a reference to all child controls.

Remarks