SSN_EXITPREV Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user is on the first cell in the upper-left corner of the sheet and presses Shift+Tab or when the user is within the first row and presses the up arrow key. The owner receives this message through a WM_COMMAND message from the control.
Parameters
The following parameters are available:
Parameter | Description | |
---|---|---|
wParam | Low Word | fpSpread control ID |
High Word | SSN_EXITPREV | |
lParam | Window handle of the fpSpread control |
Remarks
The application can choose to move the focus to the previous control in the dialog box using the GetNextDlgTabItem Windows function.
Return Value
None