ScrollLeft Method (HorizontalScrollBar)
Class
HorizontalScrollBar
.
Action
Scrolls the scroll bar to the left.
Syntax
C#
horizontalScrollBar
.
ScrollLeft
([
amount
])
VB
horizontalScrollBar
.
ScrollLeft
([
amount
])
Variable
Description
amount
Optional
: The number of ticks to scroll.
Integer
.