Contents Index Topic Contents | ||
Previous Topic: Up-Down Control Notification Messages Next Topic: UDN_DELTAPOS |
NM_RELEASEDCAPTURE (up-down)
NM_RELEASEDCAPTURE lpnmh = (LPNMHDR) lParam;Notifies an up-down control's parent window that the control is releasing mouse capture. This notification is sent in the form of a WM_NOTIFY message.
- The control ignores the return value from this notification.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Version 4.71.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.