BBjTabCtrl::removeTab
Description
Removes a tab from the BBjTabCtrl.
Syntax
Return Value |
Method |
void |
removeTab(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the tab to be removed. |
Return Value
None.
Remarks
Each tab in the tab control with an index greater than the removed tab's index is shifted downward to have an index one smaller than the value it had previously.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.