Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SCROLL message ====== ==== 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. ^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. ==== Returns ==== True, if ok; false, if not legal. ==== See Also ==== [[vposition|VPOSITION property]], [[hposition|HPOSITION property]] guides/programming/programmers_reference_manual/scroll_message.txt Last modified: 2024/06/19 20:20by 127.0.0.1