BBjTree::setNodeSelectedImage
Description
In BBj 15.00 and higher, this method sets the selected image for an individual node in the BBjTree control.
Syntax
Return Value | Method |
---|---|
void | setNodeSelectedImage(int ID, BBjImage image) |
Parameters
Parameter | Description |
---|---|
ID | Specifies the BBjTree Node ID. |
image | Specifies the selected icon image of the node. |
Return Value
None.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.