Interface DragSource

Description

In BBj 7.00 and higher, a BBjControl implements the DragSource interface if the user can specify drag actions and types.

Implementing Classes

BBjButton, BBjCEdit, BBjEditBox, BBjEditBoxSpinner, BBjFileChooser, BBjGrid, BBjHtmlView, BBjInputD, BBjInputDSpinner, BBjInputE, BBjInputESpinner, BBjInputN, BBjInputNSpinner, BBjInputT, BBjInputTSpinner, BBjListBox, BBjListEdit, BBjMenuButton, BBjTree, BBjToolButton

Methods of DragSource

Return Value Method
int getDragActions()
sting getDragType()
void setDragActions(int actions)
void setDragType(string type)

Event

Callback Code

Object-oriented Event

Read Record Event

Code

ON_DRAG_SOURCE_DROP

BBjDragSourceDropEvent

Drag Source Drop Event

O

Examples

Drag and Drop

Drag and Drop Actions

Drag and Drop Events

Drag and Drop Types

See Also

BBjAPI

BBjSysGui

Interface DropTarget

BBj Drag and Drop

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