BBjTree::setEditable
Description
In BBj 4.00 and higher, this method specifies whether nodes in the BBjTree control can be selected.
Syntax
Return Value |
Method |
---|---|
void |
setEditable(boolean editable) |
Parameters
Variable |
Description |
---|---|
editable |
Specifies whether a tree is editable. 0 = Not Editable 1 = Editable |
Return Value
None.
Remarks
The tree control is editable by default; the user can select nodes using the mouse or keyboard.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.