Interface DropTarget::setDropTypes
Description
In BBj 7.0 and higher, these are the types that a BBjControl is willing to accept from a drag source when it acts as a drop target. If no drop types are set, the control will accept data of any type.
Syntax
Return Value |
Method |
void |
setDropTypes(BBjVector types!) |
Parameters
Variable |
Description |
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
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.