Contents Index Topic Contents | ||
Previous Topic: PGN_CALCSIZE Next Topic: Pager Control Structures |
PGN_SCROLL
PGN_SCROLL lpnms = (LPNMPGSCROLL) lParam;Notification sent by a pager control prior to the contained window being scrolled. This notification is sent in the form of a WM_NOTIFY message.
- The return value is ignored.
- lpnms
- Address of an NMPGSCROLL structure that contains and receives information about the notification. The iDir member of this structure indicates the direction of the scroll. The iXpos and iYpos members contain the horizontal and vertical position of the contained window prior to the scroll. The iScroll member contains the default scroll delta amount. You can modify this member to a different scroll amount if desired.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.