GridControl.OnMouseButtonDoubleClicked 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:
virtual void OnMouseButtonDoubleClicked(Microsoft::ReportingServices::QueryDesigners::HitTestResult htArea, long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::MouseButtons btn, Microsoft::ReportingServices::QueryDesigners::GridButtonArea headerArea);
protected virtual void OnMouseButtonDoubleClicked(Microsoft.ReportingServices.QueryDesigners.HitTestResult htArea, long nRowIndex, int nColIndex, System.Drawing.Rectangle rCellRect, System.Windows.Forms.MouseButtons btn, Microsoft.ReportingServices.QueryDesigners.GridButtonArea headerArea);
abstract member OnMouseButtonDoubleClicked : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> unit
override this.OnMouseButtonDoubleClicked : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> unit
Protected Overridable Sub OnMouseButtonDoubleClicked (htArea As HitTestResult, nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, btn As MouseButtons, headerArea As GridButtonArea)
Parameter
- htArea
- HitTestResult
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- btn
- MouseButtons
- headerArea
- GridButtonArea