IContentHost.InputHitTest(Point) Méthode

Définition

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

IInputElement

Descendant de IInputElement ou NULL s’il n’existe aucun élément de ce type.

S’applique à