_IMsoOleAccDispObj.accHitTest Method (Int32, Int32)

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 _IMsoOleAccDispObj
Dim xLeft As Integer
Dim yTop As Integer
Dim returnValue As Object

returnValue = instance.accHitTest(xLeft, _
    yTop)
Object accHitTest(
    int xLeft,
    int yTop
)

Parameters

Return Value

Type: System.Object

Implements

IAccessible.accHitTest(Int32, Int32)

See Also

Reference

_IMsoOleAccDispObj Interface

_IMsoOleAccDispObj Members

accHitTest Overload

Microsoft.Office.Core Namespace