Contents Index Topic Contents | ||
Previous Topic: NM_DBLCLK (list view) Next Topic: NM_KILLFOCUS (list view) |
NM_HOVER (list view)
NM_HOVER lpnmh = (LPNMHDR) lParam;Sent by a list view control when the mouse hovers over an item. This notification message is sent in the form of a WM_NOTIFY message.
- Return zero to allow the list view 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.