TextBlock.IContentHost.InputHitTest(Point) Methode

Definition

Diese Methode unterstützt die WPF-Infrastruktur (Windows Presentation Foundation) und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Verwenden Sie stattdessen die typsichere InputHitTestCore(Point)-Methode.

 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

Parameter

point
Point

Mauskoordinaten relativ zum Inhaltshost.

Gibt zurück

Das Element, das gedrückt wurde.

Implementiert

Gilt für: