SSN_EXITNEXT Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user is on the last cell in the lower-right corner of the sheet and presses the Tab key or when the user is within the last row and presses the down 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_EXITNEXT | |
lParam | Window handle of the fpSpread control |
Remarks
The application can choose to move the focus to the next control in the dialog box using the GetNextDlgTabItem Windows function.
Return Value
None