BBjTree::setExpandedIcon
Description
Sets the icon to be used for all of the expanded nodes in the BBjTree control.
Syntax
Return Value | Method |
---|---|
void | setExpandedIcon(BBjImage image) |
void | setExpandedIcon(String file) |
Parameters
Parameter | Description |
---|---|
file | Specifies the file name of the expanded icon. |
image | Specifies the expanded 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.