SS_BEFORESCROLLTIP Structure
Applies To
fpSpread control
Definition
typedef struct ss_beforescrolltip
{
BOOL fIsVertical;
SS_COORD Index;
TCHAR szText[SS_SCROLLTIP_TEXTMAX + 1];
short nWidth;
} SS_BEFORESCROLLTIP, FAR *LPSS_BEFORESCROLLTIP;
Fields
The following fields are available:
Field | Description |
---|---|
fIsVertical | Whether the tip is displayed for the vertical scroll bar |
Index | Row or column for which tip is to be displayed |
szText | Text to display in scroll tip |
nWidth | Width of scroll tip in pixels –1 means the tip is automatically sized |
Remarks
This structure is used with the SSM_BEFORESCROLLTIP message.
See Also
SSGetShowScrollTips, SSSetShowScrollTips functions
SSM_BEFORESCROLLTIP message