Spread Silverlight Documentation
GetTemplateChild Method (FormulaTextBox)


Syntax
'Declaration
 
Protected Function GetTemplateChild( _
   ByVal childName As System.String _
) As System.Windows.DependencyObject
'Usage
 
Dim instance As FormulaTextBox
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FormulaTextBox Class
FormulaTextBox Members

 

 


Copyright © GrapeCity, inc. All rights reserved.