GrapeCity ActiveReports for .NET 16.0J
IsAncestorOf メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : IsAncestorOf メソッド
A value of type System.Windows.DependencyObject.
Determines whether the visual object is an ancestor of the descendant visual object.
シンタックス
'宣言
 
Public Function IsAncestorOf( _
   ByVal descendant As DependencyObject _
) As Boolean
public bool IsAncestorOf( 
   DependencyObject descendant
)

パラメータ

descendant
A value of type System.Windows.DependencyObject.

戻り値の型

true if the visual object is an ancestor of descendant; otherwise, false.
参照

Viewer クラス
Viewer メンバ