Interface DragSource::getDragType
Description
In BBj 7.0 and higher, this method returns an optional type string, previously set with setDragType(), that this control advertises to potential drop targets when it acts as a drag source.
Syntax
Return Value |
Method |
string |
getDragType() |
Parameters
None.
Return Value
Returns the type string, if any, that was set with setDragType().
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.