BBjTabCtrl::insertTab
Description
Insert a tab into the BBjTabCtrl.
Syntax
Return Value |
Method |
void |
insertTab(int index, string title, BBjControl control!) |
void |
insertTab(int index, string title, int controlID) |
void |
insertTab(int index, string title, int ImgIndex, BBjControl control!) |
void |
insertTab(int index, string title, int ImgIndex, int controlID) |
Parameters
Variable |
Description |
index |
Specifies 0-based index in which the tab will be inserted. |
title |
Specifies the tab's title. |
control! |
Specifies the control that will be displayed in the client area. |
ID |
Specifies the ID of the control that will be displayed in the client area. |
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.
Remarks
Each tab in the tab control with an index greater or equal to the specified index is shifted upward to have an index one greater than the value it had previously.
When the owner of the parameter does not match the object on which the methods is being called, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.