IContentHost.InputHitTest(Point) Methode

Definition

Führt Treffertests 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 untergeordnetes Element von IInputElement, oder NULL , wenn kein solches Element vorhanden ist.

Gilt für: