GridControl.HitTestInternal(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.
protected:
virtual Microsoft::ReportingServices::QueryDesigners::HitTestInfo ^ HitTestInternal(int nMouseX, int nMouseY);
protected virtual Microsoft.ReportingServices.QueryDesigners.HitTestInfo HitTestInternal (int nMouseX, int nMouseY);
abstract member HitTestInternal : int * int -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
override this.HitTestInternal : int * int -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
Protected Overridable Function HitTestInternal (nMouseX As Integer, nMouseY As Integer) As HitTestInfo
Parameters
- nMouseX
- Int32
- nMouseY
- Int32