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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEBooleanValue EnableDragDrop { get; set; }
Visual Basic
Public Property EnableDragDrop As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue EnableDragDrop {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also