C# Syntax
void Scroll( ScrollOrientation orientation, ScrollType type, int value )
Parameters
- orientation
- The scroll bar to move. Possible values: ScrollOrientation
- type
- The type of the scrolling to perform Possible values: ScrollType
- value
- Optional. The quantity of lines or pages to scroll. Default = 1. (This parameter is not relevant if the type argument is set to First or Last.)