Hi wolf11th,
You can disable the drag and drop function by property "EnableDragDrop".
<CE:Editor ID="editor1" runat="server" EnableDragDrop="false">
</CE:Editor>
And EditorOnPaste="pasteText" can prevent the user paste the image into editor too.
Regards,
Ken