BBjTree::setDropTypes

Description

In BBj 7.00 and higher, these are the types that an individual tree node is willing to accept from a drag source when the BBjTree acts as a drop target. If no drop types are set, the tree will accept data of any type.

Syntax

Return Value Method
void setDropTypes(int ID, BBjVector types)

Parameters

Parameter Description
ID Node ID.
types A BBjVector containing any number of application-defined alphanumeric type strings.

Return Value

None.

Remarks

For more information, see BBj Drag and Drop.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjDropTargetDropEvent

BBjDragSourceDropEvent

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.