BBjTree::setDragType
Description
In BBj 7.00 and higher, this method sets an optional type string that an individual tree node advertises to potential drop targets when the BBjTree acts as a drag source.
Syntax
Return Value | Method |
---|---|
void | setDragType(int ID, String type) |
Parameters
Parameter | Description |
---|---|
ID | Node ID. |
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.