TextBlock.IContentHost.InputHitTest(Point) Método

Definición

Este método admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensado para usarse directamente desde el código. Utilice el método InputHitTestCore(Point) con seguridad de tipos en su lugar.

 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

Parámetros

point
Point

Coordenadas del mouse relativas al host de contenido.

Devoluciones

IInputElement

Elemento que se ha alcanzado.

Implementaciones

Se aplica a