HDN_ITEMDBLCLICK (Windows CE 5.0)
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.
HDN_ITEMDBLCLICKpnmhdr=(NMHDRFAR*)lParam;
Parameters
- pnmhdr
Pointer to an NMHEADER structure that contains data about this notification.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Header Controls Notifications | NMHDR | WM_NOTIFY | NMHEADER
Send Feedback on this topic to the authors