GridControl.OnMouseButtonClicking Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
protected:
virtual bool OnMouseButtonClicking(long nRowIndex, int nColIndex, System::Drawing::Rectangle rCellRect, System::Windows::Forms::Keys modKeys, System::Windows::Forms::MouseButtons btn);
protected virtual bool OnMouseButtonClicking (long nRowIndex, int nColIndex, System.Drawing.Rectangle rCellRect, System.Windows.Forms.Keys modKeys, System.Windows.Forms.MouseButtons btn);
abstract member OnMouseButtonClicking : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> bool
override this.OnMouseButtonClicking : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> bool
Protected Overridable Function OnMouseButtonClicking (nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, modKeys As Keys, btn As MouseButtons) As Boolean
Parámetros
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- modKeys
- Keys
- btn
- MouseButtons