TextBlock.IContentHost.InputHitTest(Point) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Elemento que se ha alcanzado.