BBjTree::setNodeEditable
Description
Specifies whether a node in the BBjTree control is to be editable.
Syntax
| Return Value | Method |
|---|---|
|
void |
setNodeEditable(int ID, boolean editable) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node. |
|
editable |
Sets whether or not the node is editable. true (1) = Editable false (0) = Not Editable |
Return Value
None.
Remarks
Nodes are editable by default when BBjTree::isTreeEditable returns true (1). This method can then be used to set specific nodes to not be editable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.