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の子孫。そのような要素が存在しない場合は NULL

適用対象