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

ExtensionMethods..::..GetLogicalChild<(Of <(<'T>)>)> Method

Gets the logical child.

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

Syntax


public static T GetLogicalChild<T>(
	this DependencyObject obj
)
where T : DependencyObject
<ExtensionAttribute> _
Public Shared Function GetLogicalChild(Of T As DependencyObject) ( _
	obj As DependencyObject _
) As T
[ExtensionAttribute]
public:
generic<typename T>
where T : DependencyObject
static T GetLogicalChild(
	DependencyObject^ obj
)

Type Parameters

T

Parameters

obj
Type: DependencyObject
The object.

Return Value

T.