BBjTabCtrl::setImageIndexAt
Description
Sets the index of an image to be displayed on a tab in the BBjTabCtrl.
Syntax
Return Value |
Method |
void |
setImageIndexAt(int index, int imgIndex) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the tab. |
imgIndex |
Specifies the index of an image in the image list assigned to the control that will be displayed on the tab. An image list is assigned to the control by calling either the setImageListPath method or the setImageListID method. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.