AccessibleObject::IAccessible::accLocation Method (Int32%, Int32%, Int32%, Int32%, Object^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the object's current screen location. For a description of this member, see IAccessible::accLocation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual void accLocation( [OutAttribute] int% pxLeft, [OutAttribute] int% pyTop, [OutAttribute] int% pcxWidth, [OutAttribute] int% pcyHeight, Object^ childID ) sealed = IAccessible::accLocation
Parameters
- pxLeft
-
Type:
System::Int32%
When this method returns, contains the x-coordinate of the object’s left edge. This parameter is passed uninitialized.
- pyTop
-
Type:
System::Int32%
When this method returns, contains the y-coordinate of the object’s top edge. This parameter is passed uninitialized.
- pcxWidth
-
Type:
System::Int32%
When this method returns, contains the width of the object. This parameter is passed uninitialized.
- pcyHeight
-
Type:
System::Int32%
When this method returns, contains the height of the object. This parameter is passed uninitialized.
- childID
-
Type:
System::Object^
The ID number of the accessible object. This parameter is 0 to get the location of the object, or a child ID to get the location of one of the object's child objects.
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface.
Available since 1.1