SSM_CLICK Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control each time the user presses the left mouse button.
Parameters
The following parameters are available:
Parameter | Description |
wParam | fpSpread control ID |
lParam | Pointer to SS_CELLCOORD structure (The Col and Row members contain the column and row numbers of the cell the user clicked.) |
Remarks
If the SSSetBool function boolean SSB_MOVEACTIVEONFOCUS is set to False and the users moves focus back to the control by clicking the left mouse button, the SSM_CLICK message is not sent and the active cell does not move.
Return Value
A return value of nonzero cancels the message processing.