ActiveReports Developer 7
IsAncestorOf Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsAncestorOf Method

descendant

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function IsAncestorOf( _
   ByVal descendant As System.Windows.DependencyObject _
) As System.Boolean
C# 
public System.bool IsAncestorOf( 
   System.Windows.DependencyObject descendant
)

Parameters

descendant

See Also