Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.setAllowDrop

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