Interface DropTarget::getDropActions
Description
In BBj 7.0 and higher, this method returns the actions that are currently available when dropping to this control. Returns ACTION_NONE if the control is disabled or non-editable.
Syntax
Return Value |
Method |
int |
getDropActions() |
Parameters
None.
Return Value
Returns an integer indicating the available drop actions, either ACTION_NONE or the sum of one or more of the constants ACTION_MOVE, ACTION_COPY, and ACTION_LINK.
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.