ScrollUp Method (VerticalScrollBar)
Class
VerticalScrollBar
.
Action
Moves the scroll bar up.
Syntax
C#
verticalScrollBar
.
ScrollUp
([
amount
])
VB
verticalScrollBar
.
ScrollUp
([
amount
])
Variable
Description
amount
Optional
: The number of ticks to scroll.
Integer
.