BBjTree::setDragEnabled
Description
In BBj 8.0 and higher, this method sets whether the BBjTree control should allow drag operations.
Syntax
Return Value |
Method |
void |
setDragEnabled(boolean enable) |
Parameters
Variable |
Description |
enable |
Sets whether drag operations are enabled. 0 = Disable drag operations 1 = Enable drag operation (default). |
Return Value
None.
Remarks
By default, drag operations are enabled.
Example
rem ' setDragEnabled |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.