Interface DragSource::setDragType
Description
In BBj 6.0 and higher, this method sets an optional type string that this control advertises to potential drop targets when it acts as a drag source.
Syntax
Return Value |
Method |
void |
setDragType(string type) |
Parameters
Variable |
Description |
type |
Application-defined alphanumeric drag type string. |
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.