
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(string file) |
void |
setLeafIcon(BBjImage image) |
Parameters
Variable |
Description |
---|---|
file |
Specifies the file name of the leaf node icon. |
image |
Specifies the leaf node icon image. |
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.