RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..GetChildControls Method

Gets the child controls.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public static List<Control> GetChildControls(
	this DependencyObject parent,
	bool applyTemplates
)
<ExtensionAttribute> _
Public Shared Function GetChildControls ( _
	parent As DependencyObject, _
	applyTemplates As Boolean _
) As List(Of Control)
[ExtensionAttribute]
public:
static List<Control^>^ GetChildControls(
	DependencyObject^ parent, 
	bool^ applyTemplates
)

Parameters

parent
Type: DependencyObject
The parent.
applyTemplates
Type: Boolean
if set to true [apply templates].

Return Value

List<Control>.