Scrolls a window the amount specified in xshift and yshift.
Windows.
result = Send_Message(windowname, "SCROLL", xshift, yshift)
For SCROLL, the Send_Message function has the following parameters.
Parameter | Description |
---|---|
Windowname | A valid, executing window. |
Xshift | Horizontal movement, in pixels. |
Yshift | Vertical movement, in pixels. |
If windowname is valid, and xshift and yshift are valid, then the SCROLL message causes the window to scroll accordingly.
True, if ok; false, if not legal.