SSM_TABSCROLLED Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control after 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 now on the left side of the tab strip |
Remarks
This message is sent after the user scrolls through sheet tabs in the tab strip. The SSM_TABSCROLLING message is sent before the leftmost sheet tab changes after the user scrolls through tabs.
Return Value
None
See Also
SSM_TABSCROLLING message