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

相對於內容主機的滑鼠座標。

傳回

已點擊的項目。

實作

適用於