EN_DRAGDROPDONE notification code

Notifies a rich edit control's parent window that the drag-and-drop operation has completed. A rich edit control sends this notification code in the form of a WM_NOTIFY message.

EN_DRAGDROPDONE

    pnmhdr = (LPNMHDR) lParam; 

Parameters

lParam

An NMHDR structure.

Return value

This notification code does not return a value.

Remarks

To receive an EN_DRAGDROPDONE notification code, specify the ENM_DRAGDROPDONE flag in the mask sent with the EM_SETEVENTMASK message.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

Reference

EM_SETEVENTMASK