IContentHost.InputHitTest(Point) Método

Definição

Realiza testes de acerto para elementos filhos.

public:
 System::Windows::IInputElement ^ InputHitTest(System::Windows::Point point);
public System.Windows.IInputElement InputHitTest(System.Windows.Point point);
abstract member InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Public Function InputHitTest (point As Point) As IInputElement

Parâmetros

point
Point

Coordenadas do rato relativas ao ContentHost.

Devoluções

Um descendente de IInputElement, ou NULL se tal elemento não existir.

Aplica-se a