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
- pxLeft
Type: System.Int32
- pyTop
Type: System.Int32
- pcxWidth
Type: System.Int32
- pcyHeight
Type: System.Int32
- varChild
Type: System.Object