BBjTabCtrl::setImageAt
Description
In BBj 5.00 and higher, this method sets the index of an image to display on a tab in a BBjTabCtrl.
Syntax
Return Value |
Method |
void |
setImageAt(int index, BBjImageimage) |
Parameters
Variable |
Description |
index |
Specifies the 0-based tab index. |
image |
Specifies the BBjImage object that will display on the tab |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.