IContentHost.InputHitTest(Point) メソッド

定義

子要素のヒット テストを実行します。

public:
 System::Windows::IInputElement ^ InputHitTest(System::Windows::Point point);
public System.Windows.IInputElement InputHitTest (System.Windows.Point point);
abstract member InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Public Function InputHitTest (point As Point) As IInputElement

パラメーター

point
Point

ContentHost に対するマウス座標。

戻り値

IInputElement

IInputElement の子孫。そのような要素が存在しない場合は NULL

適用対象