GridControl.HitTestGridButton(Int64, Int32, Rectangle, Point) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- rowIndex
- Int64
- colIndex
- Int32
- btnRect
- Rectangle
- ptToHitTest
- Point