
BBjDragSourceDropEvent::getAction
Description
In BBj 7.0 and later, this method returns the BBjDragSourceDropEvent on which this event occurred.
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 deleted from the source control.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.