GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / FindCommonVisualAncestor Method


In This Topic
FindCommonVisualAncestor Method (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As DependencyObject _
) As DependencyObject
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim otherVisual As DependencyObject
Dim value As DependencyObject
 
value = instance.FindCommonVisualAncestor(otherVisual)

Parameters

otherVisual
See Also