BBjTree::isNodeSelected
Description
Returns whether a node is selected in the BBjTree control.
Syntax
Return Value |
Method |
boolean |
isNodeSelected(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to be tested for selection. |
Return Value
Returns whether the node is selected (0 = Not Selected, 1 = Selected).
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.