Partager via


HDN_ITEMDBLCLICK (Compact 2013)

3/28/2014

This message notifies a header control parent window that the user double-tapped the control. It is sent in the form of a WM_NOTIFY message. Only header controls with the HDS_BUTTONS style send this notification.

Syntax

HDN_ITEMDBLCLICK pnmhdr = (NMHDR FAR *) lParam;

Parameters

  • pnmhdr
    Pointer to an NMHEADER structure that contains data about this notification.

Requirements

Header

commctrl.h

See Also

Reference

Header Controls Notifications
NMHDR
WM_NOTIFY
NMHEADER