'Declaration Public Function InputHitTest( _ ByVal point As Point _ ) As IInputElement
public IInputElement InputHitTest( Point point )
Parameters
- point
- The offset coordinates within this element.
Return Value
The element child that is located at the given position.