Share via


_CommandBarActiveX.accLocation(Int32, Int32, Int32, Int32, Object) Method

Definition

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

Applies to