CuteEditor for ASP 6.6 Class Library

Editor.EnableDragDrop Property

Enables or disables drag-and-drop support for the editor.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           editor.EnableDragDrop = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace