BBjTabCtrl::setEnabledAt
Description
Specifies whether a tab is to be enabled in the BBjTabCtrl
Syntax
Return Value |
Method |
void |
setEnabledAt(int index, boolean enabled) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the tab. |
enabled |
Specifies whether the tab is to be enabled. 0 = Not Enabled 1 = Enabled |
Return Value
None.
Remarks
By default, the tabs are enabled.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.