Share via


NM_HOVER (Compact 2013)

3/28/2014

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.

Syntax

NM_HOVER lpnmh = (LPNMHDR) lParam;

Parameters

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

Return Value

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

Requirements

Header

commctrl.h

See Also

Reference

Common Control Notifications