With the Html Syntax Editor I am trying to add functionality to allow pasting of an image, and then convert the pasted image into an embedded Html image onto the page, however the PasteDragDrop event doesn't fire in order to perform the conversion.
I am guessing that I am missing some location where to set the CanPaste property, but I cannot find it.
Any suggestions would be appreciated.