DOC: SB_ENDSCROLL Code Missing from OnHScroll() Documentation (98863)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft Visual C++, 32-bit Professional Edition
- Microsoft Visual C++, 32-bit Enterprise Edition
- Microsoft Visual C++, 32-bit Learning Edition
This article was previously published under Q98863
The SB_ENDSCROLL scroll bar notification code, which indicates that the
user has released the mouse button after scrolling, is missing from the
documentation for the CWnd::OnHScroll() function. One use of the
SB_ENDSCROLL message defers time-consuming drawing until the user stops
scrolling.
The SB_ENDSCROLL code is included in the documentation for the
CWnd::OnVScroll() function and in the WM_HSCROLL message documentation in
the Windows Software Development Kit (SDK) "Programmer's Reference, Volume
3: Messages, Structures, and Macros" manual. The scroll bar notification
codes are also listed in the Windows header file WINDOWS.H and in the
Windows NT header file WINUSER.H.
The documentation has been corrected in later versions.
SUMMARY
Modification Type: | Major | Last Reviewed: | 12/8/2003 |
---|
Keywords: | kbdocfix kbScrollBar KbUIDesign KB98863 |
---|
|