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
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- EM_SETEVENTMASK
Send comments about this topic to Microsoft
Build date: 10/27/2012
