'Declaration Protected Function GetTemplateChild( _ ByVal childName As System.String _ ) As System.Windows.DependencyObject
'Usage Dim instance As ToolbarStrip Dim childName As System.String Dim value As System.Windows.DependencyObject value = instance.GetTemplateChild(childName)
protected System.Windows.DependencyObject GetTemplateChild( System.string childName )
Parameters
- childName