CommandBarControl::accLocation Method (Int32, Int32, Int32, Int32, Object^)
Visual Studio 2015
Gets the location of the control. This method is deprecated.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[TypeLibFuncAttribute(64)] [DispIdAttribute(-5015)] void accLocation( [OutAttribute] int% pxLeft, [OutAttribute] int% pyTop, [OutAttribute] int% pcxWidth, [OutAttribute] int% pcyHeight, Object^ varChild )
Parameters
- pxLeft
-
Type:
System::Int32
[out] The left-hand x coordinate.
- pyTop
-
Type:
System::Int32
[out] The top y coordinate.
- pcxWidth
-
Type:
System::Int32
[out] The width.
- pcyHeight
-
Type:
System::Int32
[out] The height.
- varChild
-
Type:
System::Object^
The child.
This method throws a DeprecatedException when called.
Show: