Spread WPF Documentation
GetVisualChild Method (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : GetVisualChild Method
Syntax
'Declaration
 
Protected Function GetVisualChild( _
   ByVal index As System.Integer _
) As System.Windows.Media.Visual
'Usage
 
Dim instance As FormulaTextBox
Dim index As System.Integer
Dim value As System.Windows.Media.Visual
 
value = instance.GetVisualChild(index)
protected System.Windows.Media.Visual GetVisualChild( 
   System.int index
)

Parameters

index
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members