IAccessible.accLocation Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub accLocation ( _
    <OutAttribute> ByRef pxLeft As Integer, _
    <OutAttribute> ByRef pyTop As Integer, _
    <OutAttribute> ByRef pcxWidth As Integer, _
    <OutAttribute> ByRef pcyHeight As Integer, _
    varChild As Object _
)
'Usage
Dim instance As IAccessible
Dim pxLeft As Integer
Dim pyTop As Integer
Dim pcxWidth As Integer
Dim pcyHeight As Integer
Dim varChild As Object

instance.accLocation(pxLeft, pyTop, pcxWidth, _
    pcyHeight, varChild)
void accLocation(
    out int pxLeft,
    out int pyTop,
    out int pcxWidth,
    out int pcyHeight,
    Object varChild
)

Parameters

See Also

Reference

IAccessible Interface

IAccessible Members

Microsoft.Office.Core Namespace