ActiveReports 12
IsAncestorOf Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsAncestorOf Method
A value of type System.Windows.DependencyObject.
Determines whether the visual object is an ancestor of the descendant visual object.
Syntax
'Declaration
 
Public Function IsAncestorOf( _
   ByVal descendant As DependencyObject _
) As Boolean
public bool IsAncestorOf( 
   DependencyObject descendant
)

Parameters

descendant
A value of type System.Windows.DependencyObject.

Return Value

true if the visual object is an ancestor of descendant; otherwise, false.
See Also

Reference

Viewer Class
Viewer Members