
BBjTree::setCollapsedIcon
Description
Specifies the icon to be used for all the collapsed nodes in the BBjTree control.
Syntax
Return Value |
Method |
void |
setCollapsedIcon(string file) |
void |
setCollapsedIcon(BBjImage image) |
Parameters
Variable |
Description |
file |
Specifies the file name of the collapsed icon. |
image |
Specifies the collapsed 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
REM Set the icon for the collapsed nodes in a
tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.