_IMsoOleAccDispObj.accLocation Method (Int32, Int32, Int32, Int32, Object)

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 _IMsoOleAccDispObj
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

Implements

IAccessible.accLocation(Int32, Int32, Int32, Int32, Object)

See Also

Reference

_IMsoOleAccDispObj Interface

_IMsoOleAccDispObj Members

accLocation Overload

Microsoft.Office.Core Namespace