GridControl.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:
virtual Microsoft::ReportingServices::QueryDesigners::HitTestInfo ^ HitTest(int mouseX, int mouseY);
public Microsoft.ReportingServices.QueryDesigners.HitTestInfo HitTest (int mouseX, int mouseY);
abstract member HitTest : int * int -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
override this.HitTest : int * int -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
Public Function HitTest (mouseX As Integer, mouseY As Integer) As HitTestInfo
Parameters
- mouseX
- Int32
- mouseY
- Int32