BBjTree::isNodeEditable
Description
Returns whether a node in the BBjTree control is editable.
Syntax
| Return Value | Method |
|---|---|
|
boolean |
isNodeEditable(int ID) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node. |
Return Value
Returns true (1) if a node in the tree control is editable or returns false (0) if it is not editable.
Remarks
Tree nodes are not editable by default.
A node may be editable only if the tree has been set to be editable by calling setTreeEditable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.