다음을 통해 공유


GridControl.HitTestGridButton(Int64, Int32, Rectangle, Point) 메서드

정의

protected:
 Microsoft::ReportingServices::QueryDesigners::GridButtonArea HitTestGridButton(long rowIndex, int colIndex, System::Drawing::Rectangle btnRect, System::Drawing::Point ptToHitTest);
protected Microsoft.ReportingServices.QueryDesigners.GridButtonArea HitTestGridButton (long rowIndex, int colIndex, System.Drawing.Rectangle btnRect, System.Drawing.Point ptToHitTest);
member this.HitTestGridButton : int64 * int * System.Drawing.Rectangle * System.Drawing.Point -> Microsoft.ReportingServices.QueryDesigners.GridButtonArea
Protected Function HitTestGridButton (rowIndex As Long, colIndex As Integer, btnRect As Rectangle, ptToHitTest As Point) As GridButtonArea

매개 변수

rowIndex
Int64
colIndex
Int32
btnRect
Rectangle
ptToHitTest
Point

반환

적용 대상