SSM_BEFORESCROLLTIP Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control before the control displays the scroll tip.
Parameters
The following parameters are available:
Parameter | Description |
---|---|
wParam | Spread control ID |
lParam | Pointer to SS_BEFORESCROLLTIP structure |
Remarks
The SSM_BEFORESCROLLTIP message uses the SS_BEFORESCROLLTIP structure to return information about the scroll tip to be displayed, including whether it is for the vertical scroll bar, the row or column for which it will be displayed, the text to be displayed, and its width.
Return Value
None
See Also
SSGetShowScrollTips, SSSetShowScrollTips functions
SS_BEFORESCROLLTIP structure