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 |
O |
Examples
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.