ActiveReports 12
IsDescendantOf Method

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

Parameters

ancestor
A value of type System.Windows.DependencyObject.

Return Value

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

Reference

Viewer Class
Viewer Members