An application sends an EM_SCROLL message to scroll the text vertically in a multiline edit control. This message is equivalent to sending a WM_VSCROLL message to the edit control.
EM_SCROLL wParam = (WPARAM) (INT) nScroll; // scroll action lParam = 0; // not used; must be zero
Value |
Meaning |
SB_LINEDOWN |
Scrolls down one line. |
SB_LINEUP |
Scrolls up one line. |
SB_PAGEDOWN |
Scrolls down one page. |
SB_PAGEUP |
Scrolls up one page. |
If the message is successful, the high-order word of the return value is TRUE, and the low-order word is the number of lines that the command scrolls. The number returned may not be the same as the actual number of lines scrolled if the scrolling moves to the beginning or the end of the text. If the nScroll parameter specifies an invalid value, the return value is FALSE.
An application should use the EM_LINESCROLL message to scroll to a specific line or character position.
An application should use the EM_SCROLLCARET message to scroll the caret into view.
EM_LINESCROLL, EM_SCROLLCARET, WM_VSCROLL
file: /Techref/os/win/api/win32/mess/src/msg05_26.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 10:55,
18.116.42.233:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/mess/src/msg05_26.htm"> EM_SCROLL</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.