TextBlock.IContentHost.InputHitTest(Point) Metoda

Definice

Tato metoda podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z vašeho kódu. Místo toho použijte metodu bezpečnou InputHitTestCore(Point) pro typ.

 virtual System::Windows::IInputElement ^ System.Windows.IContentHost.InputHitTest(System::Windows::Point point) = System::Windows::IContentHost::InputHitTest;
System.Windows.IInputElement IContentHost.InputHitTest (System.Windows.Point point);
abstract member System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
override this.System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Function InputHitTest (point As Point) As IInputElement Implements IContentHost.InputHitTest

Parametry

point
Point

Souřadnice myši vzhledem k hostiteli obsahu

Návraty

IInputElement

Prvek, který byl nalezen.

Implementuje

Platí pro