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

相对于内容宿主的鼠标坐标。

返回

已命中的元素。

实现

适用于