ExtensionMethods..::..GetVisualChild<(Of <(<'T>)>)> Method
Gets the visual child.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public static T GetVisualChild<T>( this DependencyObject obj ) where T : DependencyObject
<ExtensionAttribute> _ Public Shared Function GetVisualChild(Of T As DependencyObject) ( _ obj As DependencyObject _ ) As T
[ExtensionAttribute] public: generic<typename T> where T : DependencyObject static T GetVisualChild( DependencyObject^ obj )
Type Parameters
- T
Parameters
- obj
- Type: DependencyObject
The object.