_CommandBarButton.accHitTest(Int32, Int32) Method
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
- xLeft
- Int32
The x coordinate.
- yTop
- Int32
The y coordinate.
The object. This method is deprecated.
- Attributes
This method throws a DeprecatedException when called.