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 |
|---|---|
|
|
setControlIDAt(int index, int controlID) |
Parameters
|
Variable |
Description |
|---|---|
|
|
Specifies the 0-based index of the tab. |
|
|
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.