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