Contents Index Topic Contents | ||
Previous Topic: Pager Control Notifications Next Topic: PGN_CALCSIZE |
NM_RELEASEDCAPTURE (pager)
NM_RELEASEDCAPTURE lpnmh = (LPNMHDR) lParam;Notifies a pager control's parent window that the control has released the mouse capture. NM_RELEASEDCAPTURE is sent in the form of a WM_NOTIFY message.
- The return value is ignored by the pager control.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.