IContentHost.InputHitTest(Point) Método

Definición

Realiza la prueba de aciertos para elementos secundarios.

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 del mouse relativas a ContentHost.

Devoluciones

Descendiente de IInputElement o NULL si no existen estos elementos.

Se aplica a