DLL
To display scroll tips
Call the SSShowScrollTips function and set the wShowScrollTips parameter as follows:
- If you want to display scroll tips for the vertical scroll bar, set the wScrollTips parameter to 1 (SS_SHOWSCROLLTIPS_VERT).
- If you want to display scroll tips for the horizontal scroll bar, set the wScrollTips parameter to 2 (SS_SHOWSCROLLTIPS_HORZ).
- If you want to display scroll tips for both scroll bars, set the wScrollTips parameter to 3 (SS_SHOWSCROLLTIPS_BOTH).