GridControl.GridControlAccessibleObject.HitTest(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.
public:
override System::Windows::Forms::AccessibleObject ^ HitTest(int xLeft, int yTop);
public override System.Windows.Forms.AccessibleObject HitTest (int xLeft, int yTop);
override this.HitTest : int * int -> System.Windows.Forms.AccessibleObject
Public Overrides Function HitTest (xLeft As Integer, yTop As Integer) As AccessibleObject
Parameters
- xLeft
- Int32
- yTop
- Int32