IContentHost.InputHitTest(Point) Metoda

Definice

Provádí testování přístupů pro podřízené prvky.

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

Souřadnice myši vzhledem k obsahu ContentHost.

Návraty

Potomek IInputElement, nebo NULL , pokud takový prvek neexistuje.

Platí pro