Retrieves the child accessible object at the specified screen coordinates.
[Visual Basic]
Public Overridable Function HitTest( _
ByVal x As Integer, _
ByVal y As Integer _
) As AccessibleObject
[C#]
public virtual AccessibleObject HitTest(
int x,
int y
);
Parameters
- x
- The horizontal screen coordinate
- y
- The vertical screen coordinate.
See Also
UIElement Class
| UIElement Members