CommandBarButtonClass.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:
virtual System::Object ^ accHitTest(int xLeft, int yTop) = Microsoft::VisualStudio::CommandBars::_CommandBarButton::accHitTest;
public:
virtual Platform::Object ^ accHitTest(int xLeft, int yTop) = Microsoft::VisualStudio::CommandBars::_CommandBarButton::accHitTest;
virtual winrt::Windows::Foundation::IInspectable accHitTest(int xLeft, int yTop);
[System.Runtime.InteropServices.DispId(-5017)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public virtual object accHitTest (int xLeft, int yTop);
[<System.Runtime.InteropServices.DispId(-5017)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accHitTest : int * int -> obj
override this.accHitTest : int * int -> obj
Public Overridable 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.