Compartilhar via


TextBlock.IContentHost.InputHitTest(Point) Método

Definição

Esse método dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não se destina a ser usado diretamente do seu código. Use o método InputHitTestCore(Point) fortemente tipado em vez disso.

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

Retornos

IInputElement

O elemento foi visitado.

Implementações

Aplica-se a