AccessibleObject::IAccessible::accHitTest Method (Int32, Int32)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the child object at the specified screen coordinates. For a description of this member, see IAccessible::accHitTest.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual Object^ accHitTest( int xLeft, int yTop ) sealed = IAccessible::accHitTest
Parameters
- xLeft
-
Type:
System::Int32
The horizontal coordinate.
- yTop
-
Type:
System::Int32
The vertical coordinate.
Implements
IAccessible::accHitTest(Int32, Int32)The following table describes the object types that the IAccessible::accHitTest method can return.
Type | Description |
|---|---|
The accessible object at the specified direction. | |
integer | 0 if the point specified is either the current object or outside the object’s boundaries; otherwise, the child ID that identifies the accessible object at the specified direction. |
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface.
Available since 1.1