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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : FindCommonVisualAncestor メソッド
A visual object of type System.Windows.DependencyObject.
Returns the common ancestor of two visual objects.
シンタックス
'宣言
 
Public Function FindCommonVisualAncestor( _
   ByVal otherVisual As DependencyObject _
) As DependencyObject
public DependencyObject FindCommonVisualAncestor( 
   DependencyObject otherVisual
)

パラメータ

otherVisual
A visual object of type System.Windows.DependencyObject.

戻り値の型

The common ancestor of the visual object and otherVisual if one exists; otherwise, null 参照 (Visual Basicでは Nothing).
参照

Viewer クラス
Viewer メンバ