SSM_KEYPRESS Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user presses a key.
Parameters
The following parameters are available:
Parameter | Description |
wParam | fpSpread control ID |
lParam | A pointer to an int that defines the key being pressed |
Remarks
You can respond to this message and change the key code for the key that the user pressed.
Return Value
A nonzero return value cancels the key press.