CommandBar.accLocation(Int32, Int32, Int32, Int32, Object) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of the control. This method is deprecated.
void accLocation([Runtime::InteropServices::Out] int & pxLeft, [Runtime::InteropServices::Out] int & pyTop, [Runtime::InteropServices::Out] int & pcxWidth, [Runtime::InteropServices::Out] int & pcyHeight, winrt::Windows::Foundation::IInspectable const & varChild);
	[System.Runtime.InteropServices.DispId(-5015)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object varChild);
	[<System.Runtime.InteropServices.DispId(-5015)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accLocation : int * int * int * int * obj -> unit
	Public Sub accLocation (ByRef pxLeft As Integer, ByRef pyTop As Integer, ByRef pcxWidth As Integer, ByRef pcyHeight As Integer, Optional varChild As Object)
	Parameters
- pxLeft
 - Int32
 
[out] The left-hand x coordinate.
- pyTop
 - Int32
 
[out] The top y coordinate.
- pcxWidth
 - Int32
 
[out] The width.
- pcyHeight
 - Int32
 
[out] The height.
- varChild
 - Object
 
The child.
Implements
- Attributes
 
Remarks
This method throws a DeprecatedException when called.