_CommandBarActiveX.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.
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
The left.
- pyTop
- Int32
The top.
- pcxWidth
- Int32
The width.
- pcyHeight
- Int32
The height.
- varChild
- Object
The child.
Implements
- Attributes