HDN_ITEMCLICK (Windows CE 5.0)
This message notifies a header control parent window that the user tapped the control. It is sent in the form of a WM_NOTIFY message.
HDN_ITEMCLICKphdr=(HD_NOTIFYFAR*)lParam;
Parameters
- phdr
Pointer to an NMHEADER structure that identifies the header control and specifies the index of the header item clicked and the mouse button used to click the item. The **pItem****member is set to NULL.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Header Controls Notifications | WM_NOTIFY | NMHEADER
Send Feedback on this topic to the authors