StyleGrid REALbasic Plugin |
|
StyleGrid.CellDblClick Event
The user has double-clicked on a cell.
CellDblClick(
CellX as Integer,
CellY as Integer,
x as Integer,
y as Integer)
Parameters
- CellX
- The column number that was clicked.
- CellY
- The row number that was clicked.
- x
- The x mouse coordinate of the click, local to the StyleGrid control.
- y
- The y mouse coordinate of the click, local to the StyleGrid control.
Remarks
See Also
StyleGrid Control