IContentHost.InputHitTest(Point) Methode

Definition

Führt einen Treffertest für untergeordnete Elemente aus.

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

Parameter

point
Point

Mauskoordinaten relativ zum ContentHost.

Gibt zurück

Ein Nachfolger von IInputElement, oder NULL, wenn kein solches Element vorhanden ist.

Gilt für: