HDN_ITEMDBLCLICK (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |