Contents Index Topic Contents | ||
Previous Topic: NM_DBLCLK Next Topic: NM_KEYDOWN |
NM_HOVER
NM_HOVER lpnmh = (LPNMHDR) lParam;Sent by a control when the mouse hovers over an item. This notification message is sent in the form of a WM_NOTIFY message.
- Unless otherwise specified, return zero to allow the control to process the hover normally, or nonzero to prevent the hover from being processed.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.