ExtensionMethods..::..GetChildControls Method
Gets the child controls.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: 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].