BBjTabCtrl::setControlIDAt
Description
Sets the control to be used with a tab in the BBjTabCtrl to the control with the specified ID.
Syntax
Return Value |
Method |
void |
setControlIDAt(int index, int controlID) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the tab. |
controlID |
Specifies the ID of the control to be used with the specified tab. |
Return Value
None.
Remarks
The tab and control must exist.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.