Step Method (IAWTScroller)

Action

Increments the current scroll position by specified steps.

Syntax

C#
iAWTScroller.Step(stepCount)
VB
iAWTScroller.Step(stepCount)
Variable Description
stepCount The number of steps to increment. Integer.

Examples

VB

scrollBar.Step(1)