BBjDropTargetDropEvent::getDropLocation

Description

In BBj 7.0 and later, this method returns the point at which the data was dropped within the drop target.

Syntax

Return Value

Method

BBjVector

getDropLocation()

Parameters

None.

Return Value

Returns the point at which the data was dropped within the drop target:

Drop Target

Drop Location

BBjCEdit

Two Integers: The zero-based paragraph number and offset within the paragraph.

BBjEditBox, BBjInputD, BBjInputE, BBjInputN,

One Integer: The zero-based offset.

BBjListBox

One Integer: The zero-based row number.

BBjTree

One Integer: Node ID.

BBjGrid

Two Integers: Row and column.

Remarks

None.

Example

See Also

BBjAPI

BBj Object Syntax

BBj Drag and Drop

BBjDragSourceDropEvent

BBj Object Diagram for an illustration of the relationship between BBjObjects.