AccessibleObject.IAccessible.accHitTest(Int32, Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the child object at the specified screen coordinates. For a description of this member, see accHitTest(Int32, Int32).
virtual System::Object ^ Accessibility.IAccessible.accHitTest(int xLeft, int yTop) = Accessibility::IAccessible::accHitTest;
object IAccessible.accHitTest (int xLeft, int yTop);
object? IAccessible.accHitTest (int xLeft, int yTop);
abstract member Accessibility.IAccessible.accHitTest : int * int -> obj
override this.Accessibility.IAccessible.accHitTest : int * int -> obj
Function accHitTest (xLeft As Integer, yTop As Integer) As Object Implements IAccessible.accHitTest
- xLeft
- Int32
The horizontal coordinate.
- yTop
- Int32
The vertical coordinate.
The accessible object at the point specified by xLeft
and yTop
.
The following table describes the object types that the IAccessible.accHitTest method can return.
Type | Description |
---|---|
IAccessible | 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.
Producto | Versiones |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: