"acceptDrops"
Specifies whether drop events are enabled for this object.
Synopsis
shape.acceptDrops
(bool mode);
Parameter
Parameter | Description |
---|---|
shape | Name of the object. |
mode |
TRUE = the object is able to accept drop events. FALSE = the object is not able to accept drop events. |
Description
Specifies whether drop events are enabled for this object.
Example
The drop events are enabled for this object.
main()
{
this.acceptDrops(TRUE);
}
Assignment
Scheduler.ewo