RichTextBox::EnableAutoDragDrop Property

 

Gets or sets a value that enables drag-and-drop operations on text, pictures, and other data.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool EnableAutoDragDrop {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to enable drag-and-drop operations; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: