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