_CommandBarActiveX::accLocation Method (Int32, Int32, Int32, Int32, Object^)

 

This method is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
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

The left.

pyTop
Type: System::Int32

The top.

pcxWidth
Type: System::Int32

The width.

pcyHeight
Type: System::Int32

The height.

varChild
Type: System::Object^

The child.

Return to top
Show: