BBjDropTargetDropEvent::getAction
Description
In BBj 7.00 and higher, 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:
Constant | Value |
---|---|
ACTION_NONE | 0 |
ACTION_COPY | 1 |
ACTION_MOVE | 2 |
ACTION_COPY_OR_MOVE | 3 |
ACTION_LINK | 1073741824 |
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
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.