[]
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
[C1Description("AllowDrop", "Determines whether the control accepts dropped data.")]
[C1Category("Behavior")]
public override bool AllowDrop { get; set; }
<C1Description("AllowDrop", "Determines whether the control accepts dropped data.")>
<C1Category("Behavior")>
Public Overrides Property AllowDrop As Boolean