Overridden. Gets or sets a value indicating whether the control can accept data that the user drags onto it. This property allows the control to be a target for drop operations. To allow the control to be a source of a Drag&Drop operation the TextControl.AllowDrag property must be set to true. The TextControl.DropFormats property determines which formats the control accepts automatically.

Introduced: 15.1.

Syntax

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