BBjDropTargetDropEvent::getSelection
Description
In BBj 7.0 and later, this method returns selection information from the drag source.
Syntax
Return Value |
Method |
getSelection() |
Parameters
None.
Return Value
Returns selection information from the drag source:
Drag Source |
Selection |
Four integers in the same format as BBjCEdit::getSelection |
|
Two integers, the start offset and the end offset of the original selection. |
|
A list of selected rows in the same format as BBjListBox::getSelectedIndices |
|
A list of selected Node IDs. |
|
A list of selected cells, in groups of two (row, column, row, column, etc.) |
Remarks
None.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.