HDN_DIVIDERDBLCLICK (Windows CE 5.0)
This message notifies a header control's parent window that the user double-tapped the divider area of the control. It is sent in the form of a WM_NOTIFY message.
HDN_DIVIDERDBLCLICKphdn=(HD_NOTIFYFAR*)lParam;
Parameters
- phdn
Pointer to an NMHEADER structure that contains data about the header control and the item whose divider was double-clicked.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Header Controls Notifications | NMHEADER | WM_NOTIFY
Send Feedback on this topic to the authors