
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(string file) |
void |
setExpandedIcon(BBjImage image) |
Parameters
Variable |
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
REM Set the icon for the expanded nodes in a
tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.