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