_CommandBarButton.accHitTest(Int32, Int32) Method

Definition

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

public:
 Platform::Object ^ accHitTest(int xLeft, int yTop);

Parameters

xLeft
Int32

The x coordinate.

yTop
Int32

The y coordinate.

Returns

The object. This method is deprecated.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to