Interface DragSource::setDragActions
Description
In BBj 7.0 and higher, this method sets the available drag actions for a BBjControl.
Syntax
Return Value |
Method |
void |
setDragActions(int actions) |
Parameters
Variable |
Description |
actions |
Either the constant ACTION_NONE or the sum of one or more of the constants ACTION_MOVE, ACTION_COPY, and ACTION_LINK. |
Return Value
None.
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.