GridControl.OnMouseButtonClicked(Int64, Int32, Rectangle, MouseButtons) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected:
virtual bool OnMouseButtonClicked(long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::MouseButtons btn);
protected virtual bool OnMouseButtonClicked (long nRowIndex, int nColIndex, System.Drawing.Rectangle rCellRect, System.Windows.Forms.MouseButtons btn);
Protected Overridable Function OnMouseButtonClicked (nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, btn As MouseButtons) As Boolean
Parametri
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- btn
- MouseButtons