IContentHost.InputHitTest(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.
Exécute un test d'atteinte sur des éléments enfants.
public:
System::Windows::IInputElement ^ InputHitTest(System::Windows::Point point);
public System.Windows.IInputElement InputHitTest (System.Windows.Point point);
abstract member InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Public Function InputHitTest (point As Point) As IInputElement
Paramètres
- point
- Point
Coordonnées de la souris par rapport à ContentHost.
Retours
Descendant de IInputElement ou NULL s’il n’existe aucun élément de ce type.