Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fired when the user double clicks on the edit tablepicture control.

Parameters

ParameterDescription
PointMouse cursor location relative the control's top left corner
ButtonThe button pressed during the double click
ShiftIndicates whether or not the SHIFT key is down
CtrlIndicates whether or not the CTRL key is down

...

The OnDblClick event is fired when the user double clicks on the picture control.

The Point parameter contains the mouse cursors coordinates relative to the upper left corner of the edit table. It contains the x and y positions delimited by a comma, e.g, "100,100".

...