Interface DropTarget::setDropActions
Description
In BBj 7.0 and higher, this method the actions that will be allowed when this control acts as a drop target.
Syntax
Return Value |
Method |
void |
setDropActions(int actions) |
Parameters
Variable |
Description |
actions |
Either the constant ACTION_NONE or the sum of one or more of the constants ACTION_MOVE, ACTION_COPY, and ACTION_LINK. |
Return Value
None.
Remarks
For more information, see BBj Drag and Drop.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.