PageDown Method (VerticalScrollBar)
Class
VerticalScrollBar
.
Action
Scrolls the scroll bar page-wise down.
Syntax
C#
verticalScrollBar
.
PageDown
([
amount
])
VB
verticalScrollBar
.
PageDown
([
amount
])
Variable
Description
amount
Optional
: The number of ticks to scroll.
Integer
.