SSM_TABSCROLLING Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control before the user scrolls through sheet tabs in the tab strip.
Parameters
The following parameters are available:
Parameter | Description | |
---|---|---|
wParam | fpSpread control ID | |
lParam | Low Word | Sheet number of the sheet previously on the left side of the tab strip |
High Word | Sheet number of the sheet that will be on the left side of the tab strip |
Remarks
The SSM_TABSCROLLED message is sent after the user scrolls through sheet tabs in the tab strip. This message is sent before the leftmost sheet tab changes after the user scrolls through tabs.
Return Value
None
See Also
SSM_TABSCROLLED message