Sets a boolean value indicating whether this control can accept data that the user drags and drops into it.
public final void setAllowDrop( boolean allowDrop )
allowDrop
Set to true if the control is a valid drop target; otherwise, set to false.
See Also getAllowDrop