ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / ExtensionMethods Class / IsAncestorOf Method

In This Topic
    IsAncestorOf Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function IsAncestorOf( _
       ByVal elem As UIElement, _
       ByVal descendant As DependencyObject _
    ) As Boolean
    [Extension()]
    public static bool IsAncestorOf( 
       UIElement elem,
       DependencyObject descendant
    )

    Parameters

    elem
    descendant
    See Also