<Is there any way to turn off ALLText drag & drop functionality?>
----------
Yes. You should use EnableDragDrop a method. Below is examples of codes:
 
Disable drag&drop       -          ATX451.EnableDragDrop 0
Enable  drag&drop       -          ATX451.EnableDragDrop 1
 
