TextBlock.IContentHost.InputHitTest(Point) メソッド

定義

このメソッドは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 代わりに、タイプ セーフ InputHitTestCore(Point) メソッドを使用します。

 virtual System::Windows::IInputElement ^ System.Windows.IContentHost.InputHitTest(System::Windows::Point point) = System::Windows::IContentHost::InputHitTest;
System.Windows.IInputElement IContentHost.InputHitTest (System.Windows.Point point);
abstract member System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
override this.System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Function InputHitTest (point As Point) As IInputElement Implements IContentHost.InputHitTest

パラメーター

point
Point

コンテンツ ホストに対するマウス座標。

戻り値

ヒットした要素。

実装

適用対象