NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.HitTest

Return the child object at the given screen coordinates.

[Visual Basic]
Overridable Public Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As AccessibleObject
[C#]
public virtual AccessibleObject HitTest(
   int x,
   int y
);
[C++]
public: virtual AccessibleObject* HitTest(
   int x,
   int y
);
[JScript]
public function HitTest(
   x : int,
   y : int
) : AccessibleObject;

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace