TextBlock.InputHitTestCore(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 trouvé au point spécifié, ou null
si aucun IInputElement de ce type n'est trouvé.