Versions Compared

Key

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

Fired when the user clicks on the buttonpicture control.

Parameters

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

...

The Shift and Ctrl parameters indicate whether or not the SHIFT or CTRL keys, respectively, were pressed when the event was fired. If either key was pressed, then its corresponding parameter will have a value of 1.

See Also

OnDblClick