GridControl.OnMouseButtonClicked Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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);
abstract member OnMouseButtonClicked : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons -> bool
override this.OnMouseButtonClicked : int64 * int * System.Drawing.Rectangle * System.Windows.Forms.MouseButtons -> bool
Protected Overridable Function OnMouseButtonClicked (nRowIndex As Long, nColIndex As Integer, rCellRect As Rectangle, btn As MouseButtons) As Boolean
Параметры
- nRowIndex
- Int64
- nColIndex
- Int32
- rCellRect
- Rectangle
- btn
- MouseButtons