NM_HOVERNM_HOVER*
*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.

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.