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

 

Gets the location of the control. This method is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(-5015)]
[TypeLibFuncAttribute(64)]
virtual 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.

Return to top
Show: