A ScrollBarEnum expression that indicates the vertical or the horizontal scroll
bar.
IFontDisp
A Font object
Use the ScrollFont
property to specify the font in the control's scroll bar. Use
the ScrolPartCaption property to
specify the caption of the scroll's part. Use the ScrollPartVisible
property to add or remove buttons/parts in the control's scrollbar. By
default, when a part becomes visible, the ScrollPartEnable
property is automatically called, so the parts becomes enabled. Use the ScrollPartEnable
property to specify enable or disable parts in the control's scrollbar. Use the ScrollBars
property to specify the visible scrollbars in the control. Use the OffsetChanged
event to notify your application that the scroll position is changed. Use the OversizeChanged
event to notify your application whether the range for a specified scroll bar
is changed. Use the ScrollPos property to
specify the position for the control's scroll bar. The control fires the ScrollButtonClick
event when the user clicks a part of the scroll bar.