Interface DragSource::getDragActions
Description
In BBj 7.0 and higher, this method returns the actions that are currently available when dragging from this control. If the control is disabled or non-editable, the MOVE action is unavailable.
Syntax
Return Value |
Method |
int |
getDragActions() |
Parameters
None.
Return Value
Returns an integer indicating the available drag 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.