Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / FindCommonVisualAncestor Method


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

    Parameters

    otherVisual
    See Also