The information in this article applies to:
SUMMARY
How do you disable the dropping of files in RichEdit version 2.0 with the
CRichEditCtrl class?
MORE INFORMATION
To prevent a Drag-and-Drop enabled window from accepting files use the
RevokeDragDrop() function. Pass the pointer to the target window as the
parameter for the function. The WM_DROPFILES message handler must be
overriden and control must be returned from it, without calling the
OnDropFiles() function of the base class.
Additional query words:
Keywords : kbRichEdit kbGrpUser kbVS600 kbWinOS98 |
Last Reviewed: April 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |