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

ancestor

Glossary Item Box

Syntax

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

Parameters

ancestor

See Also