Partager via


NM_HOVER (Windows CE 5.0)

Send Feedback

This message is sent by a control when the mouse hovers over an item. This message is sent in the form of a WM_NOTIFY message.

NM_HOVER lpnmh = (LPNMHDR) lParam;

Parameters

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

Return Values

Unless otherwise specified, return zero to allow the control to process the hover normally, or nonzero to prevent the hover from being processed.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Common Control Notifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.