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

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

パラメータ

ancestor
A value of type System.Windows.DependencyObject.

戻り値の型

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

Viewer クラス
Viewer メンバ