Gets or sets a value indicating whether the control can be a source of a Drag&Drop operation. To allow the control to accept data that the user drags onto it, the TextControl.AllowDrop property must be set to true.

Introduced: 15.1.

Syntax

public bool AllowDrag { get; set; }
Public Property AllowDrag() As Boolean