TMSFNCWXHTMLMemo Control is there a way to deny dragging a file into the control

Have already tried onDragOver event Accept := false;

For VCL Applicaiton.

Any insight it very much appreciated!

Also tried

DragAcceptFiles(TMSFNCWXHTMLMemo.Handle, false);

OnFormCreate

Hi,

We've investigated this and we added a property that will allow you to disable drops. The changes will be available in the next version.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.