TextBlock.IContentHost.InputHitTest(Point) Método

Definição

Este método suporta a infraestrutura Windows Presentation Foundation (WPF) e não é destinado a ser usado diretamente a partir do seu código. Use antes o método seguro InputHitTestCore(Point) para tipos.

 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 do rato em relação ao anfitrião de conteúdo.

Devoluções

O elemento que foi atingido.

Implementações

Aplica-se a