HDN_ENDDRAG (Windows CE 5.0)
This message is sent by a header control when a drag operation has ended on one of its items. It is sent only by header controls set to the HDS_DRAGDROP style, and is sent as a WM_NOTIFY message.
HDN_ENDDRAGpNMHeader = (LPNMHEADER)lParam;
Parameters
- pNMHeader
Pointer to an NMHEADER structure that contains data about the header item dragged.
Return Values
To enable the control to automatically place and reorder the item, return FALSE. Return TRUE to prevent the item from being placed.
Remarks
If the owner is performing external (manual) drag-and-drop management, it must return FALSE. The owner then must reorder header items manually by sending HDM_SETITEM or HDM_SETORDERARRAY.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Header Controls Notifications | HDM_SETITEM | HDM_SETORDERARRAY | WM_NOTIFY | NMHEADER
Send Feedback on this topic to the authors