Share via


GridControl.HitTest(Int32, Int32) 方法

定义

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

参数

mouseX
Int32
mouseY
Int32

返回

实现

适用于