BBjTree::setLeafIcon
Description
Sets the icon to be used for all of the leaf nodes in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
void |
setLeafIcon(BBjImage image) |
|
void |
setLeafIcon(String file) |
Parameters
| Parameter | Description |
|---|---|
|
image |
Specifies the leaf node icon image. |
|
file |
Specifies the file name of the leaf node icon. |
Return Value
None.
Remarks
If a full path is not specified for the file, the PREFIX will be used to search for the file.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.