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 AllowDrop property must be set to true.
public bool AllowDrag { get; set; }
Public Property AllowDrag() As Boolean