ActiveX
To display scroll tips
Set the ShowScrollTips property as follows:
- If you want to display scroll tips for the vertical scroll bar, set the ShowScrollTips property to 1 (ShowScrollTipsVert).
- If you want to display scroll tips for the horizontal scroll bar, set the ShowScrollTips property to 2 (ShowScrollTipsHorz).
- If you want to display scroll tips for both scroll bars, set the ShowScrollTips property to 3 (ShowScrollTipsBoth).