IContentHost.InputHitTest(Point) Metodo

Definizione

Esegue l'hit testing per gli elementi figlio.

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

Parametri

point
Point

Coordinate del mouse rispetto a ContentHost.

Restituisce

Discendente di IInputElement oppure NULL se tale elemento non è presente.

Si applica a