IAccessible.accHitTest Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function accHitTest ( _
xLeft As Integer, _
yTop As Integer _
) As Object
'Usage
Dim instance As IAccessible
Dim xLeft As Integer
Dim yTop As Integer
Dim returnValue As Object
returnValue = instance.accHitTest(xLeft, _
yTop)
Object accHitTest(
int xLeft,
int yTop
)
Parameters
- xLeft
Type: System.Int32
- yTop
Type: System.Int32
Return Value
Type: System.Object