IAccessible::accLocation Method (Int32%, Int32%, Int32%, Int32%, Object^)
.NET Framework (current version)
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.
Assembly: Accessibility (in Accessibility.dll)
void accLocation( [OutAttribute] int% pxLeft, [OutAttribute] int% pyTop, [OutAttribute] int% pcxWidth, [OutAttribute] int% pcyHeight, Object^ varChild )
Parameters
- pxLeft
-
Type:
System::Int32%
This parameter is intended for internal use only.
- pyTop
-
Type:
System::Int32%
This parameter is intended for internal use only.
- pcxWidth
-
Type:
System::Int32%
This parameter is intended for internal use only.
- pcyHeight
-
Type:
System::Int32%
This parameter is intended for internal use only.
- varChild
-
Type:
System::Object^
This parameter is intended for internal use only.
For more information about accLocation, see the documentation for IAccessible::accLocation in the Microsoft Active Accessibility documentation in the MSDN library at http://msdn.microsoft.com/library.
.NET Framework
Available since 1.1
Available since 1.1
Show: