guides:programming:programmers_reference_manual:scroll_message

SCROLL message

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.

ParameterDescription
WindownameA valid, executing window.
XshiftHorizontal movement, in pixels.
YshiftVertical 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.

  • guides/programming/programmers_reference_manual/scroll_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1