CommandBarButtonClass::accHitTest Method (Int32, Int32)

 

Gets the object at the specified coordinates. This method is deprecated.

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

public:
[TypeLibFuncAttribute(64)]
[DispIdAttribute(-5017)]
virtual Object^ accHitTest(
	int xLeft,
	int yTop
)

Parameters

xLeft
Type: System::Int32

The x coordinate.

yTop
Type: System::Int32

The y coordinate.

Return Value

Type: System::Object^

The object. This method is deprecated.

This method throws a DeprecatedException when called.

Return to top
Show: