Intersoft ClientUI Documentation
GetTemplateChild Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHeaderedContentControl Class : GetTemplateChild Method






childName

Syntax

Visual Basic (Declaration) 
Protected Function GetTemplateChild( _
   ByVal childName As String _
) As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As ISHeaderedContentControl
Dim childName As String
Dim value As DependencyObject
 
value = instance.GetTemplateChild(childName)
C# 
protected DependencyObject GetTemplateChild( 
   string childName
)
Delphi 
protected function GetTemplateChild( 
    childName: String
): DependencyObject; 
JScript 
protected function GetTemplateChild( 
   childName : String
) : DependencyObject;
Managed Extensions for C++ 
protected: DependencyObject* GetTemplateChild( 
   string* childName
) 
C++/CLI 
protected:
DependencyObject^ GetTemplateChild( 
   String^ childName
) 

Parameters

childName

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.