TextBlock.InputHitTestCore(Point) Méthode

Définition

Retourne IInputElement à un Point spécifié du TextBlock.

protected:
 virtual System::Windows::IInputElement ^ InputHitTestCore(System::Windows::Point point);
protected virtual System.Windows.IInputElement InputHitTestCore (System.Windows.Point point);
abstract member InputHitTestCore : System.Windows.Point -> System.Windows.IInputElement
override this.InputHitTestCore : System.Windows.Point -> System.Windows.IInputElement
Protected Overridable Function InputHitTestCore (point As Point) As IInputElement

Paramètres

point
Point

Un Point, dans l'espace de coordonnées du TextBlock pour lequel retourner le IInputElement correspondant.

Retours

IInputElement

IInputElement trouvé au point spécifié, ou null si aucun IInputElement de ce type n'est trouvé.

S’applique à