
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
Variable |
Description |
ID |
Specifies the ID of the node. |
editable |
Sets whether the node is editable. 0 = Not Editable 1 = Editable |
Return Value
None.
Remarks
Nodes are editable by default when BBjTree::isTreeEditable returns TRUE. 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.