TextBlock.IContentHost.InputHitTest(Point) Méthode

Définition

Cette méthode prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destinée à être utilisée directement à partir de votre code. Utilisez plutôt la méthode de type sécurisé InputHitTestCore(Point).

 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

Paramètres

point
Point

Coordonnées de la souris par rapport à l'hôte de contenu.

Retours

IInputElement

Élément qui a été atteint.

Implémente

S’applique à