Description

Scrolls a window the amount specified in xshift and yshift.

Applies to

Windows.

Syntax

result = Send_Message(windowname, "SCROLL", xshift, yshift)

Parameters

For SCROLL, the Send_Message function has the following parameters.

ParametersDescription
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.

Return value

True, if ok; false, if not legal.

See Also

VPOSITION propertyHPOSITION property

  • No labels