IContentHost.InputHitTest(Point) Metoda

Definicja

Wykonuje testy trafień dla elementów podrzędnych.

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

Parametry

point
Point

Współrzędne myszy względem elementu ContentHost.

Zwraca

Element potomny klasy IInputElement, lub NULL , jeśli taki element nie istnieje.

Dotyczy