_CommandBarButton.accHitTest(Int32, Int32) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object at the specified coordinates. This method is deprecated.
public:
 System::Object ^ accHitTest(int xLeft, int yTop);
	public:
 Platform::Object ^ accHitTest(int xLeft, int yTop);
	winrt::Windows::Foundation::IInspectable accHitTest(int xLeft, int yTop);
	[System.Runtime.InteropServices.DispId(-5017)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public object accHitTest(int xLeft, int yTop);
	[<System.Runtime.InteropServices.DispId(-5017)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accHitTest : int * int -> obj
	Public Function accHitTest (xLeft As Integer, yTop As Integer) As Object
	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.