NM_HOVER (list view)NM_HOVER (list view)*
*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.

lpnmh
Address of an NMHDR structure that contains additional information about this notification message.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.