BBjDropTargetDropEvent::getSelection

Description

In BBj 7.0 and later, this method returns selection information from the drag source.

Syntax

Return Value

Method

BBjVector

getSelection()

Parameters

None.

Return Value

Returns selection information from the drag source:

Drag Source

Selection

BBjCEdit

Four integers in the same format as BBjCEdit::getSelection

BBjEditBox, BBjInputD, BBjInputE, BBjInputN,

Two integers, the start offset and the end offset of the original selection.

BBjListBox

A list of selected rows in the same format as BBjListBox::getSelectedIndices

BBjTree

A list of selected Node IDs.

BBjGrid

A list of selected cells, in groups of two (row, column, row, column, etc.)

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.