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 Text
Introduced: 15.1.
public bool AllowDrop { get; set; }
Public Property AllowDrop() As Boolean