Description
- Scrolls the window under the mouse.
Syntax
- Exec.ScrollWindow(numRows)
Parameters
- numRows
- (integer) number of rolls to scroll
-
Possible Values
- positive integer
- window scrolls down
- negative integer
- window scrolls up
Examples
- Exec.ScrollWindow(5)
- Scrolls down 5 lines in the window under the mouse.
- Exec.ScrollWindow(-5)
- Scrolls up 5 lines in the window under the mouse.