_CommandBarActiveX.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.
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
Implements
- Attributes