
BBjDropTargetDropEvent::getAction
Description
In BBj 7.0 and later, this method returns the type of drag and drop action.
Syntax
Return Value |
Method |
int |
getAction() |
Parameters
None.
Return Value
Returns one of the following actions:
ACTION_NONE
ACTION_COPY
ACTION_MOVE
ACTION_LINK
Remarks
If the drag source was a text component and the action was ACTION_MOVE, the text has already been removed from the source control.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.